Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitquette committed Mar 17, 2024
1 parent bb12031 commit 94b45aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vitest-setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import '@testing-library/jest-dom/vitest';
import { beforeAll } from 'vitest';

beforeAll(() => {
window.apiProjectsUrl = 'fake';
// globalThis.apiProjectsUrl = 'fake';
// window.apiProjectsUrl = 'fake';
globalThis.apiProjectsUrl = 'fake';
// vi.stubGlobal('apiProjectsUrl', 'fake');
// global.apiProjectsUrl = 'fake';
});

0 comments on commit 94b45aa

Please sign in to comment.