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