MCPcopy
hub / github.com/ampproject/amphtml / skip

Method skip

testing/test-config.js:79–82  ·  view source on GitHub ↗

* @param {function():boolean} fn

(fn)

Source from the content-addressed store, hash-verified

77 * @param {function():boolean} fn
78 */
79 skip(fn) {
80 this.skipMatchers.push(fn);
81 return this;
82 }
83
84 ifModuleBuild() {
85 return this.if(this.isModuleBuild);

Callers 15

skipModuleBuildMethod · 0.95
skipChromeMethod · 0.95
skipEdgeMethod · 0.95
skipFirefoxMethod · 0.95
skipSafariMethod · 0.95
skipIosMethod · 0.95
exitFunction · 0.80
exitFunction · 0.80
runMethod · 0.80

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected