MCPcopy
hub / github.com/prometheus/client_js / expectValue

Function expectValue

test/gaugeTest.js:275–277  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

273 });
274
275 async function expectValue(val) {
276 expect((await instance.get()).values[0].value).toEqual(val);
277 }
278});

Callers 1

gaugeTest.jsFile · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected