Skip to content

Commit

Permalink
fix(karma): πŸ› fix karma reporter interface
Browse files Browse the repository at this point in the history
  • Loading branch information
kopach committed Oct 18, 2020
1 parent bc30207 commit 132d259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const isValidSabarivkaReporterConfig = (
export type KarmaReporter = (
karmaConfig: KarmaOptions
) => void & {
$inject: string[];
$inject: { value: string[] };
};

export type CoverageData = InitialCoverage['coverageData'];
Expand Down

0 comments on commit 132d259

Please sign in to comment.