add backend/test-utils

Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
This commit is contained in:
aramissennyeydd
2024-09-24 20:28:47 -04:00
parent bc92f808c6
commit 4fe1284661
2 changed files with 9 additions and 120 deletions
+2 -1
View File
@@ -35,8 +35,8 @@
"dependencies": {
"@apidevtools/swagger-parser": "^10.1.0",
"@backstage/backend-plugin-api": "workspace:^",
"@backstage/backend-test-utils": "workspace:^",
"@backstage/errors": "workspace:^",
"@backstage/test-utils": "workspace:^",
"@backstage/types": "workspace:^",
"@types/express": "^4.17.6",
"@types/express-serve-static-core": "^4.17.5",
@@ -53,6 +53,7 @@
"openapi3-ts": "^3.1.2"
},
"devDependencies": {
"@backstage/backend-test-utils": "workspace:^",
"@backstage/cli": "workspace:^",
"supertest": "^7.0.0"
}