Some small tidying up of the docs site
Signed-off-by: Peter Macdonald <peterm4c@pm.me>
This commit is contained in:
@@ -4,6 +4,12 @@ title: Testing with Jest
|
||||
description: Documentation on How to do unit testing with Jest
|
||||
---
|
||||
|
||||
:::note Note
|
||||
|
||||
You may want to consider migrating to Jest 30, to do this, you can follow this guide: [Migrating to Jest 30](../tutorials/jest30-migration.md)
|
||||
|
||||
:::
|
||||
|
||||
Backstage uses [Jest](https://facebook.github.io/jest/) for all our unit testing
|
||||
needs.
|
||||
|
||||
@@ -185,6 +191,11 @@ loading is broken, not that the loading indicator is broken.
|
||||
|
||||
## Examples
|
||||
|
||||
For more specific examples of how to test your Backstage **backend plugins** and **modules** or **frontend plugins** you can check out the following guides:
|
||||
|
||||
- [Testing Backend Plugins and Modules](../backend-system/building-plugins-and-modules/02-testing.md)
|
||||
- [Testing Frontend Plugins](../frontend-system/building-plugins/02-testing.md)
|
||||
|
||||
### Utility Functions
|
||||
|
||||
A utility function is a function with no side effects. It takes in arguments and
|
||||
|
||||
Reference in New Issue
Block a user