Skip to content

Commit

Permalink
fix: linter OK after reinstall all
Browse files Browse the repository at this point in the history
  • Loading branch information
jufab committed Dec 21, 2020
1 parent 1552f35 commit 42ed391
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@ export function mockObserver(
return metric;
}

export function mockValueRecorder(): metrics.Metric<
metrics.BoundValueRecorder
> &
export function mockValueRecorder(): metrics.Metric<metrics.BoundValueRecorder> &
api.ValueRecorder {
const name = 'int-recorder';
const metric =
Expand Down

0 comments on commit 42ed391

Please sign in to comment.