test: fix sanity check test

This commit is contained in:
鲁树人 2023-06-03 14:15:53 +01:00
parent d8c17708b2
commit 1f9bef9ce6

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 {