Skip to content

Commit

Permalink
Added planned assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswk committed Nov 15, 2023
1 parent 374c44d commit 1e598c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/metrics.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ test('should sendMetrics and register when metricsInterval is a positive number'
const url = getUrl();
const regEP = nockRegister(url);
const metricsEP = nockMetrics(url);

t.plan(2);
// @ts-expect-error
const metrics = new Metrics({
url,
Expand Down

0 comments on commit 1e598c6

Please sign in to comment.