File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 43
43
"uglify-js" : " 2.6.2"
44
44
},
45
45
"devDependencies" : {
46
- "mocha" : " 2.5.3" ,
47
- "blanket" : " 1.2.3" ,
48
- "expect.js" : " 0.3.1" ,
49
- "travis-cov" : " 0.2.5" ,
50
46
"connect" : " 3.4.1" ,
51
- "ejs" : " 2.4.2"
47
+ "ejs" : " 2.4.2" ,
48
+ "expect.js" : " 0.3.1" ,
49
+ "mocha" : " ^6.2.0"
52
50
},
53
51
"config" : {
54
52
"travis-cov" : {
59
57
}
60
58
},
61
59
"scripts" : {
62
- "test" : " npm run test-unit && npm run test-cov" ,
63
- "test-unit" : " ./node_modules/.bin/mocha --reporter spec" ,
64
- "test-cov" : " ./node_modules/.bin/mocha --require blanket --reporter travis-cov" ,
60
+ "test" : " npm run test-unit" ,
61
+ "test-unit" : " ./node_modules/.bin/mocha --reporter spec --exit" ,
65
62
"test-watch" : " ./node_modules/.bin/mocha --reporter min --watch" ,
66
63
"test-cov-report" : " ./node_modules/.bin/mocha --require blanket --reporter html-cov > coverage.html && open coverage.html"
67
64
}
You can’t perform that action at this time.
0 commit comments