We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d6295 commit 4be0f80Copy full SHA for 4be0f80
test/cli/mcodeExtraction.test.js
@@ -115,7 +115,7 @@ describe('mcodeExtraction', () => {
115
it('should throw error when initialized with missing dependencies', async () => {
116
const testConfig = {
117
extractors: [
118
- // Should fail when this extractor is run without patient data in context
+ // Should fail when this extractor is run without patient in config becuase patient is required dependency
119
{
120
label: 'CTI',
121
type: 'CSVClinicalTrialInformationExtractor',
0 commit comments