Skip to content

Commit 76ac724

Browse files
committed
Upgrade @ffmpeg/core and fix test script
1 parent ec81bd8 commit 76ac724

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"lint": "eslint src",
1414
"wait": "rimraf dist && wait-on http://localhost:3000/dist/ffmpeg.dev.js",
1515
"test": "npm-run-all -p -r start test:all",
16-
"test:all": "npm-run-all wait test:node:all",
16+
"test:all": "npm-run-all wait test:browser:ffmpeg test:node:all",
1717
"test:node": "node --experimental-wasm-threads --experimental-wasm-bulk-memory node_modules/.bin/_mocha --exit --bail --require ./scripts/test-helper.js",
1818
"test:node:all": "npm run test:node -- ./tests/*.test.js",
1919
"test:browser": "mocha-headless-chrome -a allow-file-access-from-files -a incognito -a no-sandbox -a disable-setuid-sandbox -a disable-logging -t 300000",
@@ -49,7 +49,7 @@
4949
"devDependencies": {
5050
"@babel/core": "^7.12.3",
5151
"@babel/preset-env": "^7.12.1",
52-
"@ffmpeg/core": "^0.8.0",
52+
"@ffmpeg/core": "^0.8.2",
5353
"babel-loader": "^8.1.0",
5454
"chai": "^4.2.0",
5555
"cors": "^2.8.5",

0 commit comments

Comments
 (0)