add missing jest peer deps

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2026-02-09 21:16:24 +01:00
parent df59ee6a82
commit 68eb32266d
4 changed files with 26 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/test-utils': patch
'@backstage/backend-test-utils': patch
---
Added `@types/jest` as an optional peer dependency, since jest types are exposed in the public API surface.