Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jsdoc/jsdoc
/ arrowfunction.js
File
arrowfunction.js
test/specs/documentation/arrowfunction.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
describe(
'arrow functions'
, () => {
2
const
docSet = jasmine.getDocSetFromFile(
'test/fixtures/arrowfunction.js'
);
3
const
increment = docSet.getByLongname(
'increment'
)[0];
4
const
print = docSet.getByLongname(
'print'
)[0];
Callers
nothing calls this directly
Calls
4
describe
Function · 0.85
it
Function · 0.85
expect
Function · 0.85
xit
Function · 0.85
Tested by
no test coverage detected