MCPcopy
hub / github.com/immutable-js/immutable-js / it

Function it

resources/benchmark.js:100–112  ·  view source on GitHub ↗
(name, test)

Source from the content-addressed store, hash-verified

98 }
99
100 function it(name, test) {
101 var fullName = description.join(' > ') + ' ' + name;
102 (
103 tests[fullName] ||
104 (tests[fullName] = {
105 description: fullName,
106 tests: [],
107 })
108 ).tests[version] = {
109 before: beforeFn,
110 test: test,
111 };
112 }
113
114 vm.runInNewContext(
115 source.source,

Callers 15

List.jsFile · 0.85
toJS.jsFile · 0.85
Map.jsFile · 0.85
Record.jsFile · 0.85
ArraySeq.tsFile · 0.85
zip.tsFile · 0.85
RecordJS.jsFile · 0.85
sort.tsFile · 0.85
IndexedSeq.tsFile · 0.85
Repeat.tsFile · 0.85

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected