We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16be129 commit 67ddbb2Copy full SHA for 67ddbb2
src/renderer/__helpers__/jest.setup.ts
@@ -4,7 +4,7 @@ import { TextDecoder, TextEncoder } from 'node:util';
4
if (!global.TextEncoder || !global.TextDecoder) {
5
global.TextEncoder = TextEncoder;
6
global.TextDecoder = TextDecoder;
7
-}
+}
8
9
// Mock OAuth client ID and secret
10
process.env.OAUTH_CLIENT_ID = 'FAKE_CLIENT_ID_123';
0 commit comments