Skip to content

Commit

Permalink
Suppress logger output in CardRuleExtractor tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mint-thompson committed Dec 30, 2024
1 parent 482ec61 commit abc6ebd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/extractor/CardRuleExtractor.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { ExportableCardRule } from '../../src/exportable';
import { ProcessableElementDefinition } from '../../src/processor';
import { loadTestDefinitions } from '../helpers/loadTestDefinitions';
import { FHIRDefinitions } from '../../src/utils';
import '../helpers/loggerSpy'; // suppresses logs in test output

describe('CardRuleExtractor', () => {
let looseSD: any;
Expand Down

0 comments on commit abc6ebd

Please sign in to comment.