Added some basic tests for stackoverflow backend plugin

Signed-off-by: Scott Guymer <scott.guymer@philips.com>
This commit is contained in:
Scott Guymer
2022-12-05 09:19:49 +01:00
parent 06f6a4f0f1
commit 6151f8e071
2 changed files with 158 additions and 1 deletions
+7 -1
View File
@@ -32,13 +32,19 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/cli": "workspace:^",
"@backstage/backend-common": "workspace:^",
"@backstage/config": "workspace:^",
"@backstage/plugin-search-common": "workspace:^",
"node-fetch": "^2.6.7",
"qs": "^6.9.4",
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/backend-test-utils": "workspace:^",
"@backstage/cli": "workspace:^",
"@backstage/plugin-search-backend-node": "workspace:^",
"msw": "^0.49.0"
},
"files": [
"dist",
"config.d.ts"