You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test('parametrizeArgsForFHIRModule throws an error if context has no relevant ID',async()=>{
70
67
baseFHIRModuleSearchSpy.mockClear();
71
-
awaitexpect(baseFHIRExtractor.parametrizeArgsForFHIRModule({mrn: MOCK_PATIENT_MRN})).rejects.toThrowError('BaseFHIRExtractor could not find Patient resource in context.');
68
+
awaitexpect(baseFHIRExtractor.parametrizeArgsForFHIRModule({})).rejects.toThrowError('BaseFHIRExtractor could not find Patient resource in context.');
0 commit comments