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 7b0e3a1 commit ae9b398Copy full SHA for ae9b398
src/app/app.test.tsx
@@ -2,7 +2,7 @@ import * as React from 'react';
2
import App from '@app/index';
3
import { render, screen } from '@testing-library/react';
4
import userEvent from '@testing-library/user-event';
5
-import { describe, it, expect, test, vi } from 'vitest';
+import { describe, expect, it, test } from 'vitest';
6
7
describe('App tests', () => {
8
test('should render default App component', () => {
0 commit comments