Move tests to root
This commit is contained in:
11
tests/test-helper-mt.js
Normal file
11
tests/test-helper-mt.js
Normal file
@@ -0,0 +1,11 @@
|
||||
const chai = require("chai");
|
||||
const constants = require("./constants");
|
||||
|
||||
global.expect = chai.expect;
|
||||
global.createFFmpeg = require("../packages/ffmpeg-mt");
|
||||
global.atob = require("./util").atob;
|
||||
global.FFMPEG_TYPE = "mt";
|
||||
|
||||
Object.keys(constants).forEach((key) => {
|
||||
global[key] = constants[key];
|
||||
});
|
||||
Reference in New Issue
Block a user