Skip to content

Commit

Permalink
add global variables
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitquette committed Mar 15, 2024
1 parent e437899 commit 44fd585
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vitest-setup.js
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
import '@testing-library/jest-dom/vitest';
import { beforeAll } from 'vitest';

beforeAll(() => {
global.apiProjectsUrl = null;
global.apiUserssUrl = null;
});

0 comments on commit 44fd585

Please sign in to comment.