Skip to content

Commit

Permalink
Fix static tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ihor-sviziev committed Aug 14, 2020
1 parent c490073 commit 176013f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ define([
originalInitNamespaceStorage = $.initNamespaceStorage;
spyOn(obj, 'reload').and.returnValue(true);
spyOn($, 'initNamespaceStorage').and.callFake(function (name) {
let ns = {
var ns = {
localStorage: {
cookie: false,
_ns: name
Expand Down

0 comments on commit 176013f

Please sign in to comment.