MCPcopy
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

4const sinon = require('sinon');
5
6function maybeCoverage() {
7 return Object.keys(require.cache).some((path) =>
8 path.includes('node_modules/nyc')
9 );
10}
11
12describe('EagerTimer', (it) => {
13 it.beforeEach(async (t) => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected