Skip to content

Commit 58ced06

Browse files
committed
add "expect" to eslint globals in test/
1 parent c7aec30 commit 58ced06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/.eslintrc

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
---
22
env:
33
mocha: true
4+
globals:
5+
expect: false

0 commit comments

Comments
 (0)