Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ampproject/amphtml
/ skipIos
Method
skipIos
testing/test-config.js:68–70 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
66
}
67
68
skipIos() {
69
return
this.skip(this.runOnIos);
70
}
71
72
skipIfPropertiesObfuscated() {
73
return
this.skip(() => window.__karma__.config.amp.propertiesObfuscated);
Callers
nothing calls this directly
Calls
1
skip
Method · 0.95
Tested by
no test coverage detected