Skip to content

Commit 6e90db8

Browse files
committed
update test eslintrc
1 parent 80d8875 commit 6e90db8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/.eslintrc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"env": {
3-
"jasmine": true
3+
"mocha": true
4+
},
5+
"globals": {
6+
"expect": true
47
}
58
}

0 commit comments

Comments
 (0)