mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 01:35:49 +03:00
Add mocha env for tests in eslint config
This commit is contained in:
parent
3cfa539230
commit
4d12a65529
1 changed files with 5 additions and 0 deletions
5
test/.eslintrc.js
Normal file
5
test/.eslintrc.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
module.exports = {
|
||||
env: {
|
||||
mocha: true,
|
||||
},
|
||||
}
|
Loading…
Reference in a new issue