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

Method run

testing/test-config.js:136–142  ·  view source on GitHub ↗

* Runs tests after configuration is complete. Variable args because describe * and it use (name, function) while describes uses (name, spec, function). * @param {string} name * @param {...*} args

(name, ...args)

Source from the content-addressed store, hash-verified

134 * @param {...*} args
135 */
136 run(name, ...args) {
137 if (this.isSkipped()) {
138 this.runner.skip(name, ...args);
139 return;
140 }
141 this.runner(name, ...args, /* configured */ true);
142 }
143}

Callers 15

test-errors.jsFile · 0.45
shouldFailFunction · 0.45
test-css.jsFile · 0.45
test-actions.jsFile · 0.45

Calls 2

isSkippedMethod · 0.95
skipMethod · 0.80

Tested by

no test coverage detected