removed 'should' dep from mochacov config

This commit is contained in:
Spencer Alger
2013-12-27 16:55:47 -07:00
parent ca402e5552
commit cb1b4b3bc1

View File

@ -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
},