Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
test-amphtml-ads.js
File · 0.80
test-amp-analytics.js
File · 0.80
test-integration-form.js
File · 0.80
Calls
1
skip
Method · 0.95
Tested by
no test coverage detected