test: fix sanity check test

This commit is contained in:
Jixun Wu 2023-06-03 14:15:53 +01:00
parent d91b71e0d3
commit 3a2a31f372
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import { renderWithProviders, screen, waitFor } from '~/test-utils/test-helper';
import App from '~/App';
import App from '~/components/App';
vi.mock('../decrypt-worker/client', () => {
return {