Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.js
File · 0.85
Calls
1
get
Method · 0.45
Tested by
no test coverage detected