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

Method skipModuleBuild

testing/test-config.js:48–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46 }
47
48 skipModuleBuild() {
49 return this.skip(this.isModuleBuild);
50 }
51
52 skipChrome() {
53 return this.skip(this.runOnChrome);

Callers

nothing calls this directly

Calls 1

skipMethod · 0.95

Tested by

no test coverage detected