Skip to content

Commit ee9df43

Browse files
chore: add test manual script (#401)
1 parent aa9b541 commit ee9df43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"test:only": "jest",
2626
"test:watch": "jest --watch",
2727
"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
28+
"test:manual": "webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js",
2829
"pretest": "npm run lint",
2930
"test": "npm run test:coverage",
3031
"defaults": "webpack-defaults"

0 commit comments

Comments
 (0)