Files
backstage/packages/test-utils
Patrik Oldsberg 3d3ddfb2c9 Merge pull request #19569 from Pike/test-utils-react18
Make test-utils not depend on testing-library directly
2023-09-19 10:47:11 +02:00
..
2023-09-12 11:41:29 +00:00
2023-02-27 10:07:05 +01: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