mirror of
https://github.com/lancedikson/bowser
synced 2024-10-27 20:34:22 +00:00
Fix testing commands
This commit is contained in:
parent
d78f7ee253
commit
058d5e0774
@ -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"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user