Skip to content

Commit

Permalink
🚚 [open-formulieren/open-forms#4929] Fix test filename
Browse files Browse the repository at this point in the history
Forgot we use spec rather than test.
  • Loading branch information
sergei-maertens committed Jan 13, 2025
1 parent fcddac3 commit 69651d2
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ import {RouterProvider, createMemoryRouter} from 'react-router-dom';
import {ConfigContext, FormContext} from 'Context';
import {BASE_URL, buildForm} from 'api-mocks';
import mswServer from 'api-mocks/msw-server';
import {
mockSubmissionGet,
mockSubmissionStepGet,
mockSubmissionSummaryGet,
} from 'api-mocks/submissions';
import {mockSubmissionGet, mockSubmissionSummaryGet} from 'api-mocks/submissions';

import Cosign from './Cosign';
import {default as nestedRoutes} from './routes';
Expand Down

0 comments on commit 69651d2

Please sign in to comment.