chore: initial import for test contour
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { TextEncoder, TextDecoder } from 'util';
|
||||
|
||||
global.TextEncoder = TextEncoder;
|
||||
global.TextDecoder = TextDecoder;
|
||||
|
||||
import '@testing-library/jest-dom';
|
||||
Reference in New Issue
Block a user