Skip to content

Commit 176013f

Browse files
authored
Fix static tests
1 parent c490073 commit 176013f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/js/jasmine/tests/app/code/Magento/Customer/frontend/js/customer-data.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ define([
7575
originalInitNamespaceStorage = $.initNamespaceStorage;
7676
spyOn(obj, 'reload').and.returnValue(true);
7777
spyOn($, 'initNamespaceStorage').and.callFake(function (name) {
78-
let ns = {
78+
var ns = {
7979
localStorage: {
8080
cookie: false,
8181
_ns: name

0 commit comments

Comments
 (0)