feat: finish writing integration tests for getApps
This commit is contained in:
+2
-1
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user