File tree Expand file tree Collapse file tree
packages/jest-reporters/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import * as path from 'path';
99import { mergeProcessCovs } from '@bcoe/v8-coverage' ;
1010import chalk = require( 'chalk' ) ;
1111import glob = require( 'glob' ) ;
12+ import * as fs from 'graceful-fs' ;
1213import istanbulCoverage = require( 'istanbul-lib-coverage' ) ;
1314import istanbulReport = require( 'istanbul-lib-report' ) ;
1415import libSourceMaps = require( 'istanbul-lib-source-maps' ) ;
@@ -24,7 +25,8 @@ import type {
2425import type { Config } from '@jest/types' ;
2526import { clearLine , isInteractive } from 'jest-util' ;
2627import { Worker } from 'jest-worker' ;
27- import BaseReporter from './base_reporter' ;
28+ import BaseReporter from './BaseReporter' ;
29+ import getWatermarks from './getWatermarks' ;
2830import type {
2931 Context ,
3032 CoverageReporterOptions ,
You can’t perform that action at this time.
0 commit comments