We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b29c6c commit ca92888Copy full SHA for ca92888
…nfigId]/__snapshots__/page.test.tsx.snap …duction/__snapshots__/page.test.tsx.snapfrontend/src/app/message-plans/move-to-production/[routingConfigId]/__snapshots__/page.test.tsx.snap renamed to frontend/src/__tests__/app/message-plans/move-to-production/__snapshots__/page.test.tsx.snap
…oduction/[routingConfigId]/page.test.tsx …e-plans/move-to-production/page.test.tsxfrontend/src/app/message-plans/move-to-production/[routingConfigId]/page.test.tsx renamed to frontend/src/__tests__/app/message-plans/move-to-production/page.test.tsx
@@ -7,7 +7,9 @@ import { RoutingConfig } from 'nhs-notify-backend-client';
7
import { verifyFormCsrfToken } from '@utils/csrf-utils';
8
import { submitRoutingConfig } from '@utils/message-plans';
9
import { getRoutingConfig } from '@utils/message-plans';
10
-import Page, { metadata } from './page';
+import Page, {
11
+ metadata,
12
+} from '../../../../app/message-plans/move-to-production/[routingConfigId]/page';
13
14
jest.mock('next/navigation');
15
jest.mock('@utils/csrf-utils');
0 commit comments