Add test
This commit is contained in:
8
scripts/test-helper.js
Normal file
8
scripts/test-helper.js
Normal file
@@ -0,0 +1,8 @@
|
||||
const constants = require('../tests/constants');
|
||||
|
||||
global.expect = require('expect.js');
|
||||
global.FFmpeg = require('../src');
|
||||
|
||||
Object.keys(constants).forEach((key) => {
|
||||
global[key] = constants[key];
|
||||
});
|
||||
Reference in New Issue
Block a user