Skip to content

Commit 9b2e93e

Browse files
authored
Remove AMS_DCN_ROOT environment variable from jest script (#7)
1 parent afcb969 commit 9b2e93e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ams-express-shopping/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "",
55
"main": "index.js",
66
"scripts": {
7-
"jest": "NODE_ENV=test AMS_DCN_ROOT=test/dcn npx jest",
7+
"jest": "NODE_ENV=test npx jest",
88
"start": "node server.js",
99
"pretest": "npx compile-dcl -d auth/dcl -o test/dcn",
1010
"test": "npm run jest"

0 commit comments

Comments
 (0)