Fix lint issues in tests

This commit is contained in:
Mert Uyanık
2025-10-29 13:13:47 +03:00
parent bad1cc6ca0
commit 044183cd61
2 changed files with 8 additions and 9 deletions
+1 -2
View File
@@ -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', () => {