mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
style: fix unused import
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import '@testing-library/jest-dom';
|
||||
import userEvent from '@testing-library/user-event';
|
||||
import { render, fireEvent, waitFor, cleanup } from '@testing-library/svelte';
|
||||
import { render, fireEvent, cleanup } from '@testing-library/svelte';
|
||||
import Modal from '../../../src/lib/mock/modal.test.svelte';
|
||||
|
||||
afterEach(() => cleanup());
|
||||
|
||||
Reference in New Issue
Block a user