Add test-watch script

This commit is contained in:
Scott Carver
2018-11-11 21:06:14 -08:00
committed by Lachie Kermode
parent 7a8fa725e6
commit 1caf3d2062

View File

@@ -8,7 +8,8 @@
"build": "npx babel src -d dist",
"start": "node dist",
"lint": "eslint src",
"test": "ava --watch"
"test-watch": "ava --watch",
"test": "ava --verbose"
},
"eslintConfig": {
"extends": "eslint:recommended",