packages/testUtils: renamed dir to test-utils

This commit is contained in:
Patrik Oldsberg
2020-04-07 16:31:08 +02:00
parent cc4d4a403e
commit 29094608c2
11 changed files with 0 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
# @backstage/test-utils
This package provides utilities that can be used to test plugins and apps for Backstage.
## Installation
Install the package via npm or yarn:
```sh
$ npm install --save-dev @backstage/test-utils
```
or
```sh
$ yarn add -D @backstage/test-utils
```
## Documentation
- [Backstage Readme](https://github.com/spotify/backstage/blob/master/README.md)
- [Backstage Documentation](https://github.com/spotify/backstage/blob/master/docs/README.md)