Skip to content

Commit 524e4cf

Browse files
committed
Lint tests with mocha env.
1 parent 49721b1 commit 524e4cf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/.eslintrc.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module.exports = {
2+
env: {
3+
mocha: true
4+
}
5+
};

0 commit comments

Comments
 (0)