Skip to content

Commit e76c174

Browse files
committed
Update test-helper
1 parent 4a71671 commit e76c174

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/test-helper.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
const chai = require('chai');
12
const constants = require('../tests/constants');
23

3-
global.expect = require('expect.js');
4+
global.expect = chai.expect;
45
global.FFmpeg = require('../src');
56

67
Object.keys(constants).forEach((key) => {

0 commit comments

Comments
 (0)