Skip to content

Commit d020689

Browse files
lunikakernicPanel
authored andcommitted
♻️(front) update web-streams-polyfill import
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
1 parent 34b878c commit d020689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/packages/lib_components/testSetup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import 'marsha-config/jest/testSetup';
2-
import { TransformStream } from 'web-streams-polyfill/ponyfill';
2+
import { TransformStream } from 'web-streams-polyfill/es5';
33

44
const tds = {
55
start() {

0 commit comments

Comments
 (0)