-
Notifications
You must be signed in to change notification settings - Fork 256
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(chore) Bump testing dependencies and fix test console warnings (#1553)
* (chore) Bump testing dependencies and fix test console warnings * Try to fix issues with types not get loaded correctly in VSCode * Fixup * Fixup * Add jest setup file to tsconfig includes for all packages and restore disabled tests
- Loading branch information
1 parent
8da491d
commit 516f991
Showing
115 changed files
with
2,813 additions
and
4,500 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export const LineChart = jest.fn(() => null); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
export * from './allergies.mock'; | ||
export * from './appointments.mock'; | ||
export * from './chart-widgets-config.mock'; | ||
export * from './conditions.mock'; | ||
export * from './encounters.mock'; | ||
export * from './forms.mock'; | ||
export * from './generic-widgets.mock'; | ||
export * from './immunizations.mock'; | ||
export * from './location.mock'; | ||
export * from './medication.mock'; | ||
export * from './mockDeceasedPatient'; | ||
export * from './patient-flags.mock'; | ||
export * from './programs.mock'; | ||
export * from './relationships.mock'; | ||
export * from './session.mock'; | ||
export * from './visit-notes.mock'; | ||
export * from './visitQueueEntry.mock'; | ||
export * from './visits.mock'; | ||
export * from './vitals.mock'; |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 1 addition & 3 deletions
4
...app/src/__mocks__/visitQueueEntry.mock.ts → __mocks__/visitQueueEntry.mock.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.