1
0
mirror of https://github.com/lancedikson/bowser synced 2024-10-27 20:34:22 +00:00

Fix testing commands

This commit is contained in:
Denis Demchenko 2017-08-20 18:37:01 +03:00
parent d78f7ee253
commit 058d5e0774

View File

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