Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Convly committed Jul 26, 2022
1 parent 0b8c7b5 commit 1a4ac39
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -29,7 +29,7 @@ describe('metrics', () => {
root: process.cwd(),
},
},
}).register();
});

metricsInstance.register();

Expand Down Expand Up @@ -60,7 +60,7 @@ describe('metrics', () => {
root: process.cwd(),
},
},
}).register();
});

metricsInstance.register();

Expand Down

0 comments on commit 1a4ac39

Please sign in to comment.