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'];
|
var integrationTests = ['test/integration/yaml_suite/index.js'];
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
options: {
|
|
||||||
require: ['should']
|
|
||||||
},
|
|
||||||
unit: {
|
unit: {
|
||||||
src: unitTests
|
src: unitTests
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user