Skip to content

Commit af073cf

Browse files
chore: setup jest commented out
1 parent 04b049d commit af073cf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/react/setup.jest.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
const { TextDecoder, TextEncoder, ReadableStream } = require('node:util');
2-
3-
globalThis.TextDecoder = TextDecoder;
4-
globalThis.TextEncoder = TextEncoder;
5-
globalThis.ReadableStream = ReadableStream;
1+
// const { TextDecoder, TextEncoder, ReadableStream } = require('node:util');
2+
//
3+
// globalThis.TextDecoder = TextDecoder;
4+
// globalThis.TextEncoder = TextEncoder;
5+
// globalThis.ReadableStream = ReadableStream;

packages/react/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"strict": true,
2727
"forceConsistentCasingInFileNames": true,
2828
"resolveJsonModule": true,
29-
"isolatedModules": true,
29+
"isolatedModules": false,
3030
"emitDeclarationOnly": true,
3131
"types": ["jest", "node"],
3232
"baseUrl": "src"

0 commit comments

Comments
 (0)