feat: finish writing integration tests for getApps

This commit is contained in:
StevanFreeborn
2023-02-13 21:17:38 -06:00
parent 5de13d6b5b
commit 6adaaaaffd
3 changed files with 32 additions and 3 deletions
+2 -1
View File
@@ -44,7 +44,8 @@
"tests:unit": "mocha -R progress -r ts-node/register ./tests/**/*.spec.ts",
"tests:integration": "mocha -R progress -r ts-node/register ./integrationTests/**/*.spec.ts",
"tests": "mocha -R progress -r ts-node/register ./tests/**/*.spec.ts ./integrationTests/**/*.spec.ts",
"test-coverage": "nyc npm run tests",
"test-coverage": "nyc npm run tests:unit",
"test-coverage:ci": "nyc npm run tests",
"prepare": "husky install"
},
"devDependencies": {