Files
backstage/packages/backend-test-utils
Patrik Oldsberg b86efa2d04 backend-plugin-api: make ServiceFactory opaque
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-02-08 14:23:58 +01:00
..
2023-02-07 15:03:45 +00:00
2023-02-07 15:03:45 +00:00

@backstage/backend-test-utils

Test helpers library for Backstage backends.

Usage

Add the library as a devDependency to your backend package:

# From the Backstage root directory, go to your backend package, or to a backend plugin
cd plugins/my-plugin-backend
yarn add --dev @backstage/backend-test-utils

Documentation