7 lines
155 B
JavaScript
7 lines
155 B
JavaScript
import { TextEncoder, TextDecoder } from 'util';
|
|
|
|
global.TextEncoder = TextEncoder;
|
|
global.TextDecoder = TextDecoder;
|
|
|
|
import '@testing-library/jest-dom';
|