Skip to content

Commit

Permalink
test: Inexplicably fix coverage in node v12
Browse files Browse the repository at this point in the history
See bcoe/c8#229 for possible root cause?
  • Loading branch information
evocateur committed Feb 3, 2021
1 parent e9f2ca4 commit edd0aaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ export async function run({
const tree = await arb.loadVirtual().catch(() => arb.loadActual());

return tree;
/* c8 ignore next */
}

0 comments on commit edd0aaf

Please sign in to comment.