backend-test-utils: add update method for mockServices.rootConfig

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2025-08-20 12:30:02 +02:00
parent d0161c57b4
commit 4e2c23737e
6 changed files with 60 additions and 3 deletions
+2
View File
@@ -71,6 +71,7 @@
"fs-extra": "^11.0.0",
"keyv": "^5.2.1",
"knex": "^3.0.0",
"lodash": "^4.17.21",
"mysql2": "^3.0.0",
"pg": "^8.11.3",
"pg-connection-string": "^2.3.0",
@@ -84,6 +85,7 @@
"devDependencies": {
"@backstage/cli": "workspace:^",
"@types/jest": "*",
"@types/lodash": "^4.14.151",
"@types/supertest": "^2.0.8",
"supertest": "^7.0.0"
}