mirror of
https://github.com/chaijs/chai
synced 2024-11-14 15:57:10 +00:00
mocha is npm test command
This commit is contained in:
parent
e8cc23ddd9
commit
2c4828932d
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
},
|
||||
"main": "./index",
|
||||
"scripts": {
|
||||
"test": "make test"
|
||||
"test": "mocha"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.4.0"
|
||||
|
|
Loading…
Reference in a new issue