Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/parallel-js/parallel.js
/ jasmine-html.js
File
jasmine-html.js
test/jasmine/jasmine-html.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
jasmine.HtmlReporterHelpers = {};
2
3
jasmine.HtmlReporterHelpers.createDom =
function
(
type
, attrs, childrenVarArgs) {
4
const
el = document.createElement(
type
);
Callers
nothing calls this directly
Calls
7
createReporterDom
Function · 0.85
setExceptionHandling
Function · 0.85
focusedSpecName
Function · 0.85
showDetails
Function · 0.85
isUndefined
Function · 0.85
specPluralizedFor
Function · 0.85
isDefined
Function · 0.85
Tested by
no test coverage detected