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

Method skipSafari

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

Source from the content-addressed store, hash-verified

62 }
63
64 skipSafari() {
65 return this.skip(this.runOnSafari);
66 }
67
68 skipIos() {
69 return this.skip(this.runOnIos);

Callers 3

Calls 1

skipMethod · 0.95

Tested by

no test coverage detected