Skip to content

Commit

Permalink
getCaseByDocketNumber-dxox-experiment: add mocks to try to get PR gre…
Browse files Browse the repository at this point in the history
…en before continuing with related but separate work
  • Loading branch information
Mwindo committed Dec 12, 2024
1 parent 35487f9 commit 267186c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import '@web-api/persistence/postgres/caseCorrespondences/mocks.jest';
import '@web-api/persistence/postgres/cases/mocks.jest';
import '@web-api/persistence/postgres/workitems/mocks.jest';
import { MOCK_CASE } from '@shared/test/mockCase';
import { MOCK_LOCK } from '@shared/test/mockLock';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import '@web-api/persistence/postgres/caseCorrespondences/mocks.jest';
import '@web-api/persistence/postgres/cases/mocks.jest';
import '@web-api/persistence/postgres/workitems/mocks.jest';
import { CASE_STATUS_TYPES } from '../../../../../shared/src/business/entities/EntityConstants';
import { MOCK_CASE } from '../../../../../shared/src/test/mockCase';
Expand Down

0 comments on commit 267186c

Please sign in to comment.