Skip to content

Commit

Permalink
chore: add test manual script (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi committed May 24, 2019
1 parent aa9b541 commit ee9df43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -25,6 +25,7 @@
"test:only": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
"test:manual": "webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js",
"pretest": "npm run lint",
"test": "npm run test:coverage",
"defaults": "webpack-defaults"
Expand Down

0 comments on commit ee9df43

Please sign in to comment.