From d4ed588e2ad7abf8dd81745976d027611938a460 Mon Sep 17 00:00:00 2001 From: Zita Nemeckova Date: Mon, 3 Dec 2018 14:36:12 +0100 Subject: [PATCH] Remove unused lodash from jest.setup --- config/jest.setup.js | 1 - 1 file changed, 1 deletion(-) diff --git a/config/jest.setup.js b/config/jest.setup.js index 787fe7253900..0e48342a4daa 100644 --- a/config/jest.setup.js +++ b/config/jest.setup.js @@ -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;