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 5a920c8 commit 1bee367Copy full SHA for 1bee367
src/tests/ChangePassword.test.tsx
@@ -13,6 +13,7 @@ vi.mock('@/supabase');
13
describe('ChangePassword', async () => {
14
beforeEach(() => {
15
render(<ChangePasswordForm />, { wrapper });
16
+ process.env.VITE_SUPABASE_KEY = 'useless_test_api_key';
17
});
18
afterEach(() => {
19
vi.resetAllMocks();
0 commit comments