Skip to content

Commit

Permalink
Add await
Browse files Browse the repository at this point in the history
  • Loading branch information
neild3r committed Feb 11, 2022
1 parent 7c96a84 commit 6df2768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export async function run(): Promise<void> {
} finally {
try {
nyc.writeCoverageFile();
nyc.report();
await nyc.report();
} catch (e) {
console.log(e);
}
Expand Down

0 comments on commit 6df2768

Please sign in to comment.