We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 872f8f9 commit d5ad4beCopy full SHA for d5ad4be
1 file changed
services/ehr-out-service/package.json
@@ -12,7 +12,7 @@
12
"start:local": "babel-node src/server.js",
13
"start:nodemon": "nodemon --exec npm run start:local",
14
"test": "npm run lint:fix && npm run test:unit",
15
- "test:unit": "jest \"src/(?!(.*\\integration.test\\.js))\" --setupFiles",
+ "test:unit": "jest \"src/(?!(.*\\integration.test\\.js))\" --setupFiles dotenv/config",
16
"test:integration": "jest \"src/.*\\integration.test\\.js\" --detectOpenHandles --forceExit --setupFiles dotenv/config",
17
"test:health": "jest test/functional/health.test.js",
18
"test:docker": "npm run test:health",
0 commit comments