mirror of
https://github.com/flarum/core.git
synced 2025-08-06 16:36:47 +02:00
test: add frontend tests (#3991)
This commit is contained in:
3
js-packages/jest-config/pollyfills.js
Normal file
3
js-packages/jest-config/pollyfills.js
Normal file
@@ -0,0 +1,3 @@
|
||||
import { TextEncoder, TextDecoder } from 'util';
|
||||
|
||||
Object.assign(global, { TextDecoder, TextEncoder });
|
Reference in New Issue
Block a user