Skip to content

Commit

Permalink
Adjust tests
Browse files Browse the repository at this point in the history
  • Loading branch information
f-elix committed Jan 9, 2025
1 parent 5a632ac commit f91afff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/dismissable/test/Dismissable.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { svelte } from '@288-toolkit/vite-plugin-svelte-inline-component';
import { fireEvent, getByText } from '@testing-library/dom';
import { render } from '@testing-library/svelte';
import { render } from '@testing-library/svelte/svelte5';
import { tick } from 'svelte';
import { expect, test, vi } from 'vitest';
import Dismissable from '../src/lib/Dismissable.svelte';
Expand Down

0 comments on commit f91afff

Please sign in to comment.