Update test-helper

This commit is contained in:
Jerome Wu 2020-11-03 15:38:39 +08:00
parent 848f8ed21e
commit a2b20c443c

View File

@ -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) => {