move to startTestBackend

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2024-05-23 11:37:47 +02:00
parent 539b1382af
commit fdcaf5d938
4 changed files with 87 additions and 95 deletions
+2 -2
View File
@@ -65,6 +65,7 @@
"yup": "^1.0.0"
},
"devDependencies": {
"@backstage/backend-app-api": "workspace:^",
"@backstage/backend-defaults": "workspace:^",
"@backstage/backend-test-utils": "workspace:^",
"@backstage/cli": "workspace:^",
@@ -74,8 +75,7 @@
"@types/uuid": "^9.0.0",
"@types/yup": "^0.32.0",
"msw": "^2.0.0",
"node-fetch": "^2.6.7",
"portfinder": "^1.0.32"
"node-fetch": "^2.6.7"
},
"configSchema": "config.d.ts"
}