Skip to content

Commit

Permalink
chore: change start script name for e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
ddouglasz committed Aug 5, 2018
1 parent eef7685 commit 07da406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"test:client": "jest",
"test:e2e": "nightwatch",
"start:e2e-test": "NODE_ENV=tests nodemon --watch server --exec babel-node app.js",
"eToe:test": "NODE_ENV=tests npm run test-migrate && ./node_modules/.bin/nightwatch"
"e2e:test": "NODE_ENV=tests npm run test-migrate && ./node_modules/.bin/nightwatch"
},
"author": "douglas",
"license": "ISC",
Expand Down

0 comments on commit 07da406

Please sign in to comment.