Fix lint issues in tests
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import { describe, it, expect, vi } from 'vitest';
|
||||
import { render, screen, waitFor } from '@testing-library/react';
|
||||
import userEvent from '@testing-library/user-event';
|
||||
import { render, waitFor } from '@testing-library/react';
|
||||
import { VideoPlayer } from './VideoPlayer';
|
||||
|
||||
describe('VideoPlayer', () => {
|
||||
|
||||
Reference in New Issue
Block a user