From a2b20c443c576dc5938d09d771d87a880ecafe1b Mon Sep 17 00:00:00 2001 From: Jerome Wu Date: Tue, 3 Nov 2020 15:38:39 +0800 Subject: [PATCH] Update test-helper --- scripts/test-helper.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/test-helper.js b/scripts/test-helper.js index dc6f672..c1d900a 100644 --- a/scripts/test-helper.js +++ b/scripts/test-helper.js @@ -1,6 +1,7 @@ +const chai = require('chai'); const constants = require('../tests/constants'); -global.expect = require('expect.js'); +global.expect = chai.expect; global.FFmpeg = require('../src'); Object.keys(constants).forEach((key) => {