mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
Define global vars for cypress
This commit is contained in:
parent
a01dd87a46
commit
d058dc9abe
1 changed files with 6 additions and 0 deletions
6
cypress/.eslintrc
Normal file
6
cypress/.eslintrc
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"plugins": ["jest"],
|
||||
"env": {
|
||||
"jest/globals": true
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue