Files
backstage/packages/test-utils/README.md
T
Patrik Oldsberg e7c5e4b303 packages: update outdated installation instructions
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-01 20:14:13 +02:00

444 B

@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