Skip to content

Commit 808783f

Browse files
removed unused performance and docker tests
1 parent f116495 commit 808783f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/ehr-repo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"check-audit": "check-audit",
88
"resolve-audit": "resolve-audit",
9-
"lint": "eslint src/ test/ scripts/",
9+
"lint": "eslint src/ scripts/",
1010
"lint:fix": "npm run lint -- --fix",
1111
"test": "npm run lint:fix && npm run test:unit",
1212
"test:unit": "jest \"src/(?!(.*\\integration.test\\.js))\" --setupFiles dotenv/config",

0 commit comments

Comments
 (0)