techdocs-common: Add tests for google publisher and some more

This commit is contained in:
Himanshu Mishra
2020-12-05 17:42:21 +01:00
parent ff3dd9c02b
commit 17cab77fd2
6 changed files with 371 additions and 23 deletions
+7 -2
View File
@@ -54,7 +54,12 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@types/klaw": "^3.0.1",
"@backstage/cli": "^0.4.0"
"@backstage/cli": "^0.4.0",
"@types/klaw": "^3.0.1"
},
"jest": {
"roots": [
".."
]
}
}