Skip to content

Commit

Permalink
force exist
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed May 29, 2023
1 parent 01f8e6d commit c131785
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/altair-api/package.json
Expand Up @@ -84,7 +84,7 @@
"test": "jest",
"test:cov": "jest --coverage",
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"test:e2e": "dotenv -e .env.e2e -- jest --config ./test/jest-e2e.config.js --detectOpenHandles",
"test:e2e": "dotenv -e .env.e2e -- jest --config ./test/jest-e2e.config.js --detectOpenHandles --forceExit",
"test:watch": "jest --watch"
}
}
1 change: 1 addition & 0 deletions packages/altair-api/test/jest-e2e.config.js
Expand Up @@ -4,4 +4,5 @@ module.exports = {
...parentConfig,
testRegex: '.e2e-spec.ts$',
rootDir: '../',
collectCoverageFrom: ['src/**/*.ts', '!src/**/*.d.ts', '!src/**/*.spec.ts'],
};

0 comments on commit c131785

Please sign in to comment.