improve the config test too

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2024-05-23 09:49:53 +02:00
parent e187e99b47
commit 539b1382af
4 changed files with 53 additions and 68 deletions
+1 -3
View File
@@ -71,13 +71,11 @@
"@backstage/config-loader": "workspace:^",
"@backstage/errors": "workspace:^",
"@types/http-proxy-middleware": "^1.0.0",
"@types/supertest": "^2.0.8",
"@types/uuid": "^9.0.0",
"@types/yup": "^0.32.0",
"msw": "^2.0.0",
"node-fetch": "^2.6.7",
"portfinder": "^1.0.32",
"supertest": "^6.1.3"
"portfinder": "^1.0.32"
},
"configSchema": "config.d.ts"
}