Skip to content

Commit 2b47ff4

Browse files
author
Oleksandr Osadchyi
committed
MAGETWO-59135: [Github] Customer session is shared for different customers on two websites #4842 #6468
1 parent ad65192 commit 2b47ff4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/tests/js/jasmine/tests/app/code/Magento/Customer/frontend/js/invalidation-processor.test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable max-nested-callbacks */
12
define([
23
'squire'
34
], function (Squire) {
@@ -32,7 +33,7 @@ define([
3233

3334
describe('"process" method', function () {
3435
it('record status is 1', function () {
35-
/*eslint no-global-assign: "error"*/
36+
/* eslint-disable no-native-reassign */
3637

3738
var requireTmp = require;
3839

0 commit comments

Comments
 (0)