Skip to content

Commit 8d05ec3

Browse files
committed
test fix
1 parent 9cecd72 commit 8d05ec3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/setupTests.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
import '@testing-library/jest-dom';
66

77
// Polyfills for Node.js environment
8-
import { TextEncoder, TextDecoder } from 'util';
8+
import { TextEncoder } from 'util';
99
global.TextEncoder = TextEncoder;
10-
global.TextDecoder = TextDecoder;
1110

1211
// Mock fetch for Jest environment
1312
global.fetch = jest.fn();

0 commit comments

Comments
 (0)