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 @@ var expect = require('expect.js');
var sinon = require('sinon');
var nock = require('../../mocks/server.js');
var through2 = require('through2');
var _ = require('lodash');
var _ = require('lodash-migrate');
var nodeList = require('../../fixtures/short_node_list.json');
var stub = require('../../utils/auto_release_stub').make();