Merge branch 'master' into eide/shortcut-plugin

This commit is contained in:
Marcus Eide
2021-05-06 13:28:53 +02:00
257 changed files with 3222 additions and 1950 deletions
+2 -2
View File
@@ -7,13 +7,13 @@ This package provides utilities that can be used to test plugins and apps for Ba
Install the package via npm or Yarn:
```sh
$ npm install --save-dev @backstage/test-utils
npm install --save-dev @backstage/test-utils
```
or
```sh
$ yarn add -D @backstage/test-utils
yarn add -D @backstage/test-utils
```
## Documentation