Skip to content

Commit

Permalink
Remove tauri-app import from test
Browse files Browse the repository at this point in the history
  • Loading branch information
ninokeldishvili committed Dec 27, 2024
1 parent 63dea56 commit 990ff8b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/ui-components/src/__tests__/WordTable.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { render, screen } from '@testing-library/svelte';
import { test } from 'vitest';
import { test, expect } from 'vitest';
import WordTable from '$lib/components/WordTable.svelte';
import { expect } from 'tauri-app/src/lib/test/matchers.ts';
import userEvent from '@testing-library/user-event';

const authoringMeta = {
Expand Down

0 comments on commit 990ff8b

Please sign in to comment.