integration: use registerMswTestHooks from backend-test-utils

Removed the test-only `registerMswTestHooks` function from `helpers.ts`
and replaced it with the shared version from `@backstage/backend-test-utils`.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
This commit is contained in:
Patrik Oldsberg
2026-04-14 14:13:06 +02:00
parent 297302ebce
commit 047a2175e3
9 changed files with 8 additions and 23 deletions
+1
View File
@@ -50,6 +50,7 @@
"p-throttle": "^4.1.1"
},
"devDependencies": {
"@backstage/backend-test-utils": "workspace:^",
"@backstage/cli": "workspace:^",
"@backstage/config-loader": "workspace:^",
"msw": "^1.0.0"