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

Function validatorWebui

build-system/tasks/validator.js:52–57  ·  view source on GitHub ↗

* Simple wrapper around the python based validator webui tests. * @return {Promise }

()

Source from the content-addressed store, hash-verified

50 * @return {Promise<void>}
51 */
52async function validatorWebui() {
53 execOrDie('python3 build.py' + validatorArgs, {
54 cwd: 'validator/js/webui',
55 stdio: 'inherit',
56 });
57}
58
59module.exports = {
60 validator,

Callers

nothing calls this directly

Calls 1

execOrDieFunction · 0.85

Tested by

no test coverage detected