Run ava directly

This commit is contained in:
Scott Carver
2018-11-11 13:32:45 -08:00
parent eccef18724
commit 39f9bdc5eb

View File

@@ -7,7 +7,7 @@
"scripts": {
"dev": "webpack-dev-server --content-base static --mode development",
"build": "NODE_ENV=production webpack --mode production",
"test": "npx ava --verbose"
"test": "ava --verbose"
},
"dependencies": {
"babel-polyfill": "^6.26.0",