Skip to content

Commit

Permalink
Remove unused lodash from jest.setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ZitaNemeckova committed Dec 4, 2018
1 parent 634bc99 commit d4ed588
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/jest.setup.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
window.angular = require('angular');
window.Rx = require('rxjs');
window.$ = require('jquery');
window._ = require('lodash');
window.__ = (x) => x;
window.n__ = (x) => x;

Expand Down

0 comments on commit d4ed588

Please sign in to comment.