MCPcopy
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

1jasmine.HtmlReporterHelpers = {};
2
3jasmine.HtmlReporterHelpers.createDom = function(type, attrs, childrenVarArgs) {
4 const el = document.createElement(type);

Callers

nothing calls this directly

Calls 7

createReporterDomFunction · 0.85
setExceptionHandlingFunction · 0.85
focusedSpecNameFunction · 0.85
showDetailsFunction · 0.85
isUndefinedFunction · 0.85
specPluralizedForFunction · 0.85
isDefinedFunction · 0.85

Tested by

no test coverage detected