Skip to content

Commit

Permalink
Fixing an issue with no-unused-vars error in customer-data.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Harvell committed Sep 10, 2020
1 parent fd4a2c7 commit fae1c5c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ define([

var injector = new Squire(),
obj,
_,
originaljQuery,
originalGetJSON,
originalReload,
Expand Down Expand Up @@ -100,6 +99,8 @@ define([

describe('Magento_Customer/js/customer-data', function () {

var _;

beforeAll(function () {
clearLocalStorage();
});
Expand Down

0 comments on commit fae1c5c

Please sign in to comment.