removed 'should' dep from mochacov config
This commit is contained in:
@ -2,9 +2,6 @@ var unitTests = ['test/unit/test_*.js'];
|
||||
var integrationTests = ['test/integration/yaml_suite/index.js'];
|
||||
|
||||
module.exports = {
|
||||
options: {
|
||||
require: ['should']
|
||||
},
|
||||
unit: {
|
||||
src: unitTests
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user