From 3a2a31f3722dacfad426b2d07bd9edda90e16a16 Mon Sep 17 00:00:00 2001 From: Jixun Wu Date: Sat, 3 Jun 2023 14:15:53 +0100 Subject: [PATCH] test: fix sanity check test --- src/__tests__/sanity-check.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/__tests__/sanity-check.test.tsx b/src/__tests__/sanity-check.test.tsx index 49d3587..e6f25a0 100644 --- a/src/__tests__/sanity-check.test.tsx +++ b/src/__tests__/sanity-check.test.tsx @@ -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 {