Update test-helper
This commit is contained in:
parent
848f8ed21e
commit
a2b20c443c
@ -1,6 +1,7 @@
|
|||||||
|
const chai = require('chai');
|
||||||
const constants = require('../tests/constants');
|
const constants = require('../tests/constants');
|
||||||
|
|
||||||
global.expect = require('expect.js');
|
global.expect = chai.expect;
|
||||||
global.FFmpeg = require('../src');
|
global.FFmpeg = require('../src');
|
||||||
|
|
||||||
Object.keys(constants).forEach((key) => {
|
Object.keys(constants).forEach((key) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user