Skip to content

Commit 67ddbb2

Browse files
authored
Update jest.setup.ts
1 parent 16be129 commit 67ddbb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/__helpers__/jest.setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { TextDecoder, TextEncoder } from 'node:util';
44
if (!global.TextEncoder || !global.TextDecoder) {
55
global.TextEncoder = TextEncoder;
66
global.TextDecoder = TextDecoder;
7-
}
7+
}
88

99
// Mock OAuth client ID and secret
1010
process.env.OAUTH_CLIENT_ID = 'FAKE_CLIENT_ID_123';

0 commit comments

Comments
 (0)