@backstage/test-utils-core

Utilities to test Backstage core

Usage no npm install needed!

<script type="module">
  import backstageTestUtilsCore from 'https://cdn.skypack.dev/@backstage/test-utils-core';
</script>

README

@backstage/test-utils-core

This package provides utilities for testing the Backstage core packages.

Installation

This package should not be used directly, use @backstage/test-utils instead. All exports from this package are re-exported by @backstage/test-utils.

The reason this package exists is to allow the Backstage core packages to use the testing utils exposed in this package. Since @backstage/test-utils needs to depend on @backstage/core, core is not able to use those test-utils. We put any test-utils that don't need to depend on other Backstage packages in this package, in order for them to be usable by any other @backstage packages.

Documentation