Skip to content

Commit

Permalink
♻️(front) update web-streams-polyfill import
Browse files Browse the repository at this point in the history
The package web-streams-polyfill has released a new major version and
the export are not the same anymore. We have to upgrade the one we use
to be comptible with version 4.
https://github.com/MattiasBuelens/web-streams-polyfill/blob/master/MIGRATING.md
  • Loading branch information
lunika authored and kernicPanel committed Sep 26, 2024
1 parent a41b92e commit 802c416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/packages/lib_components/testSetup.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import 'marsha-config/jest/testSetup';
import { TransformStream } from 'web-streams-polyfill/ponyfill';
import { TransformStream } from 'web-streams-polyfill/es5';

const tds = {
start() {
Expand Down

0 comments on commit 802c416

Please sign in to comment.