Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jsdoc/jsdoc
/ astnode.js
File
astnode.js
test/specs/jsdoc/src/astnode.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
describe(
'jsdoc/src/astNode'
, () => {
2
const
astBuilder = require(
'jsdoc/src/astbuilder'
);
3
const
astNode = require(
'jsdoc/src/astnode'
);
4
const
babelParser = require(
'@babel/parser'
);
Callers
nothing calls this directly
Calls
8
describe
Function · 0.85
it
Function · 0.85
expect
Function · 0.85
beforeEach
Function · 0.85
afterEach
Function · 0.85
xit
Function · 0.85
isFunction
Method · 0.80
parse
Function · 0.70
Tested by
no test coverage detected