File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
packages/plugin-coverage/src/lib Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff 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' ;
1515import { coverageDescription , coverageTypeWeightMapper } from './utils.js' ;
1616
1717/**
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import path from 'node:path';
22import { fileURLToPath } from 'node:url' ;
33import { expect } from 'vitest' ;
44import { type AuditOutputs , DEFAULT_PERSIST_CONFIG } from '@code-pushup/models' ;
5- import { createRunnerFunction } from './index .js' ;
5+ import { createRunnerFunction } from './runner .js' ;
66
77describe ( 'createRunnerFunction' , ( ) => {
88 it ( 'should successfully execute runner' , async ( ) => {
File renamed without changes.
You can’t perform that action at this time.
0 commit comments