splip in lodash-migrate for debugging

This commit is contained in:
spalger
2016-05-19 07:28:52 -07:00
parent 0b309206f4
commit 3d1efa57a0
26 changed files with 26 additions and 26 deletions

View File

@ -7,7 +7,7 @@
module.exports = JenkinsReporter;
var Base = require('mocha/lib/reporters/base');
var _ = require('lodash');
var _ = require('lodash-migrate');
var chalk = require('chalk');
var makeJUnitXml = require('./make_j_unit_xml');
var fs = require('fs');