Files
backstage/packages/test-utils
Patrik Oldsberg b9af54d431 Merge pull request #8089 from backstage/rugvip/test-api
core,test-utils: deprecate ApiRegistry, add new TestApiProvider and TestApiRegistry
2021-11-22 13:22:33 +01:00
..
2021-11-20 15:52:01 +01:00
2021-09-13 12:51:09 +02:00
2021-11-18 11:52:08 +00:00
2021-11-18 11:52:08 +00:00

@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

Documentation