Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jsdoc/jsdoc
/ moduleisfunction.js
File
moduleisfunction.js
test/specs/documentation/moduleisfunction.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
describe(
'module that exports a function that is not a constructor'
, () => {
2
const
docSet = jasmine.getDocSetFromFile(
'test/fixtures/moduleisfunction.js'
);
3
const
functions = docSet.doclets.filter(({kind}) => kind ===
'function'
);
4
Callers
nothing calls this directly
Calls
3
describe
Function · 0.85
it
Function · 0.85
expect
Function · 0.85
Tested by
no test coverage detected