Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anje123 committed Dec 5, 2020
1 parent ea39684 commit c93aa46
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/jest-reporters/src/CoverageReporter.ts
Expand Up @@ -9,6 +9,7 @@ import * as path from 'path';
import {mergeProcessCovs} from '@bcoe/v8-coverage';
import chalk = require('chalk');
import glob = require('glob');
import * as fs from 'graceful-fs';
import istanbulCoverage = require('istanbul-lib-coverage');
import istanbulReport = require('istanbul-lib-report');
import libSourceMaps = require('istanbul-lib-source-maps');
Expand All @@ -24,7 +25,8 @@ import type {
import type {Config} from '@jest/types';
import {clearLine, isInteractive} from 'jest-util';
import {Worker} from 'jest-worker';
import BaseReporter from './base_reporter';
import BaseReporter from './BaseReporter';
import getWatermarks from './getWatermarks';
import type {
Context,
CoverageReporterOptions,
Expand Down

0 comments on commit c93aa46

Please sign in to comment.