Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitquette committed Mar 17, 2024
1 parent 7376c16 commit 79b1679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vitest-setup.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import '@testing-library/jest-dom/vitest';
import { beforeAll, vi } from 'vitest';
import { beforeAll } from 'vitest';

beforeAll(() => {
window.apiProjectsUrl = 'fake';
Expand Down

0 comments on commit 79b1679

Please sign in to comment.