Organize tests
This commit is contained in:
11
test/rendering/.eslintrc
Normal file
11
test/rendering/.eslintrc
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"env": {
|
||||
"node": true
|
||||
},
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 2017
|
||||
},
|
||||
"globals": {
|
||||
"render": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user