Add test command to package.json

This commit is contained in:
Peter Stuifzand 2020-06-05 23:03:03 +02:00
parent 2b43fd9ea9
commit 8f78ab88d7

View File

@ -26,7 +26,7 @@
"wiki-list-editor": "^0.6.8"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test": "node_modules/.bin/mocha -r esm",
"watch": "webpack --watch --hide-modules",
"start": "webpack-dev-server --open --hot",
"build": "webpack --progress --hide-modules",