Skip to content

Commit

Permalink
lodash noconflict for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniket Panse committed Aug 26, 2016
1 parent 01ba9f8 commit 95c467a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/unit/converter-v1-to-v2-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var expect = require('expect.js'),
requireAll = require('require-all'),
path = require('path'),
tv4 = require('tv4'),
_ = require('lodash'),
_ = require('lodash').noConflict(),
agent = require('superagent');

/* global describe, it, before */
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/converter-v2-to-v1-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var expect = require('expect.js'),
requireAll = require('require-all'),
path = require('path'),
tv4 = require('tv4'),
_ = require('lodash'),
_ = require('lodash').noConflict(),
agent = require('superagent');

/* global describe, it, before */
Expand Down

0 comments on commit 95c467a

Please sign in to comment.