From 1f9bef9ce6b2c26395a8cb42d18fef595f8d41a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B2=81=E6=A0=91=E4=BA=BA?= 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 {