MCPcopy
hub / github.com/JakeChampion/fetch / featureDependent

Function featureDependent

test/test.js:108–110  ·  view source on GitHub ↗
(testOrSuite, condition)

Source from the content-addressed store, hash-verified

106var slice = Array.prototype.slice
107
108function featureDependent(testOrSuite, condition) {
109 (condition ? testOrSuite : testOrSuite.skip).apply(this, slice.call(arguments, 2))
110}
111
112exercise.forEach(function(exerciseMode) {
113 suite(exerciseMode, function() {

Callers 2

testBodyExtractFunction · 0.85
test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…