Skip to content

Commit ae9b398

Browse files
committed
fix linting issue
1 parent 7b0e3a1 commit ae9b398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/app.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import * as React from 'react';
22
import App from '@app/index';
33
import { render, screen } from '@testing-library/react';
44
import userEvent from '@testing-library/user-event';
5-
import { describe, it, expect, test, vi } from 'vitest';
5+
import { describe, expect, it, test } from 'vitest';
66

77
describe('App tests', () => {
88
test('should render default App component', () => {

0 commit comments

Comments
 (0)