Files
backstage/packages/backend-test-utils
Patrik Oldsberg 72549952d1 backend-test-utils: fix handling of root scoped services
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Co-authored-by: Johan Haals <johan.haals@gmail.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-09-26 16:18:05 +02:00
..
2022-09-05 14:05:37 +02:00
2022-09-20 11:52:02 +00:00
2022-09-21 10:14:53 +02: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