README
@backstage/test-utils
This package provides utilities that can be used to test plugins and apps for Backstage.
Installation
Install the package via Yarn:
cd <package-dir> # if within a monorepo
yarn add -D @backstage/test-utils
Utilities to test Backstage plugins and apps.
<script type="module">
import backstageTestUtils from 'https://cdn.skypack.dev/@backstage/test-utils';
</script>
This package provides utilities that can be used to test plugins and apps for Backstage.
Install the package via Yarn:
cd <package-dir> # if within a monorepo
yarn add -D @backstage/test-utils