Skip to content

Commit b6771be

Browse files
committed
refactor(plugin-coverage): avoid implementation in index.ts file
1 parent 11deecf commit b6771be

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/plugin-coverage/src/lib/coverage-plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {
1111
type CoverageType,
1212
coveragePluginConfigSchema,
1313
} from './config.js';
14-
import { createRunnerFunction } from './runner/index.js';
14+
import { createRunnerFunction } from './runner/runner.js';
1515
import { coverageDescription, coverageTypeWeightMapper } from './utils.js';
1616

1717
/**
File renamed without changes.

0 commit comments

Comments
 (0)