Skip to content

Commit ec19317

Browse files
Fix test globals and ci failure
1 parent 091921f commit ec19317

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

.jshintrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"undef": true,
1010
"unused": true,
1111
"globals": {
12-
"Cookies": true,
13-
"require": true
12+
"Cookies": true
1413
}
1514
}

test/.jshintrc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,9 @@
44

55
"-W053": true,
66

7-
"extends": "../.jshintrc"
7+
"extends": "../.jshintrc",
8+
"globals": {
9+
"require": true,
10+
"unescape": true
11+
}
812
}

0 commit comments

Comments
 (0)