Skip to content

Commit ca92888

Browse files
committed
CCM-11496: move tests
1 parent 3b29c6c commit ca92888

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

frontend/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

File renamed without changes.

frontend/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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ import { RoutingConfig } from 'nhs-notify-backend-client';
77
import { verifyFormCsrfToken } from '@utils/csrf-utils';
88
import { submitRoutingConfig } from '@utils/message-plans';
99
import { getRoutingConfig } from '@utils/message-plans';
10-
import Page, { metadata } from './page';
10+
import Page, {
11+
metadata,
12+
} from '../../../../app/message-plans/move-to-production/[routingConfigId]/page';
1113

1214
jest.mock('next/navigation');
1315
jest.mock('@utils/csrf-utils');

0 commit comments

Comments
 (0)