File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ import { MetricType } from "../index.js";
77import { Context } from "../../context.js" ;
88import { Metric } from "../metric.js" ;
99import { testOnly } from "../../utils.js" ;
10- import { isNumber , isObject , JSONValue } from "../../utils.js" ;
10+ import { isNumber , isObject } from "../../utils.js" ;
11+ import type { JSONValue } from "../../utils.js" ;
1112import { ErrorType } from "../../error/error_type.js" ;
1213
1314const LOG_TAG = "core.metrics.RateMetricType" ;
Original file line number Diff line number Diff line change @@ -43,5 +43,5 @@ describe("RateMetric", function() {
4343 metric . add_to_denominator ( 7 ) ;
4444
4545 assert . deepStrictEqual ( await metric . testGetValue ( "aPing" ) , { numerator : 22 , denominator : 7 } ) ;
46- } ) ;
46+ } ) ;
4747} ) ;
You can’t perform that action at this time.
0 commit comments