Skip to content

Commit d5ad4be

Browse files
Added setup files to test ehr-out
1 parent 872f8f9 commit d5ad4be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/ehr-out-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"start:local": "babel-node src/server.js",
1313
"start:nodemon": "nodemon --exec npm run start:local",
1414
"test": "npm run lint:fix && npm run test:unit",
15-
"test:unit": "jest \"src/(?!(.*\\integration.test\\.js))\" --setupFiles",
15+
"test:unit": "jest \"src/(?!(.*\\integration.test\\.js))\" --setupFiles dotenv/config",
1616
"test:integration": "jest \"src/.*\\integration.test\\.js\" --detectOpenHandles --forceExit --setupFiles dotenv/config",
1717
"test:health": "jest test/functional/health.test.js",
1818
"test:docker": "npm run test:health",

0 commit comments

Comments
 (0)