File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2525 },
2626 "devDependencies" : {
2727 "istanbul" : " 0.2.10" ,
28- "mocha" : " ~1.20.0 " ,
28+ "mocha" : " ~1.20.1 " ,
2929 "supertest" : " ~0.13.0" ,
30- "should" : " ~4.0.0 "
30+ "should" : " ~4.0.1 "
3131 },
3232 "engines" : {
3333 "node" : " >= 0.8.0"
3434 },
3535 "scripts" : {
36- "test" : " mocha --reporter dot" ,
37- "test-cov" : " istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot" ,
38- "test-travis" : " istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec"
36+ "test" : " mocha --check-leaks -- reporter dot" ,
37+ "test-cov" : " istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks -- reporter dot" ,
38+ "test-travis" : " istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks -- reporter spec"
3939 }
4040}
You can’t perform that action at this time.
0 commit comments