Skip to content

Commit

Permalink
ci(cov): skip unreachable code
Browse files Browse the repository at this point in the history
  • Loading branch information
bytemain committed Jan 16, 2024
1 parent 072f5c0 commit 68a8e83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/injector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,7 @@ export class Injector {
return creator.instances.values().next().value;
}

/* istanbul ignore next */
throw noInstancesInCompletedCreatorError(ctx.token);
}

Expand Down

0 comments on commit 68a8e83

Please sign in to comment.