Move tests to root
This commit is contained in:
15
tests/.eslintrc.json
Normal file
15
tests/.eslintrc.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"extends": "eslint:recommended",
|
||||
"globals": {
|
||||
"expect": true,
|
||||
"createFFmpeg": true,
|
||||
"VIDEO_1S_MP4": true,
|
||||
"FFMPEG_TYPE": true
|
||||
},
|
||||
"env": {
|
||||
"node": true,
|
||||
"commonjs": true,
|
||||
"mocha": true,
|
||||
"es2022": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user