MCPcopy Index your code
hub / github.com/ampproject/amphtml / skipFirefox

Method skipFirefox

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

Source from the content-addressed store, hash-verified

58 }
59
60 skipFirefox() {
61 return this.skip(this.runOnFirefox);
62 }
63
64 skipSafari() {
65 return this.skip(this.runOnSafari);

Calls 1

skipMethod · 0.95

Tested by

no test coverage detected