Skip to content

Commit

Permalink
rest
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilkka Korhonen authored and Ilkka Korhonen committed Jul 10, 2024
1 parent 1e955cb commit db4eecd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions frontend/src/setupTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,15 @@
// expect(element).toHaveTextContent(/react/i)
// learn more: https://github.com/testing-library/jest-dom
import '@testing-library/jest-dom';

import {
vi,
expect,
describe,
it,
beforeEach,
afterEach,
beforeAll,
afterAll,
Mock
} from 'vitest';

0 comments on commit db4eecd

Please sign in to comment.