Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bee-queue/bee-queue
/ maybeCoverage
Function
maybeCoverage
test/eager-timer-test.js:6–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4
const
sinon = require(
'sinon'
);
5
6
function
maybeCoverage() {
7
return
Object.keys(require.cache).some((path) =>
8
path.includes(
'node_modules/nyc'
)
9
);
10
}
11
12
describe(
'EagerTimer'
, (it) => {
13
it.beforeEach(
async
(t) => {
Callers
1
eager-timer-test.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected