Fix testing commands

pull/227/head
Denis Demchenko 7 years ago
parent d78f7ee253
commit 058d5e0774

@ -42,8 +42,8 @@
"test": "test"
},
"scripts": {
"test": "testem",
"watch-tests": "./node_modules/.bin/ava --watch"
"testem": "testem",
"test": "./node_modules/.bin/ava"
},
"license": "MIT"
}

Loading…
Cancel
Save