Skip to content

Commit

Permalink
polish: remove outdated coverage ignore statement
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacovCR committed Jun 4, 2024
1 parent 64894d9 commit 09ae45a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/execution/IncrementalGraph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,6 @@ export class IncrementalGraph {
const deferredFragmentNode = this._deferredFragmentNodes.get(
deferredFragmentRecord,
);
// TODO: add test case?
/* c8 ignore next 3 */
if (deferredFragmentNode === undefined) {
return false;
}
Expand Down

0 comments on commit 09ae45a

Please sign in to comment.