mirror of
https://github.com/typicode/json-server.git
synced 2025-07-28 12:43:18 +08:00
Fix Travis
This commit is contained in:
@ -18,7 +18,8 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"superagent": "~0.15.7",
|
"superagent": "~0.15.7",
|
||||||
"supertest": "~0.8.1"
|
"supertest": "~0.8.1",
|
||||||
|
"mocha": "~1.14.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "mocha -R spec test",
|
"test": "mocha -R spec test",
|
||||||
|
Reference in New Issue
Block a user