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

Function noNavigation

test/unit/test-alp-handler.js:100–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98 }
99
100 function noNavigation() {
101 handleClick(event);
102 expect(open).to.have.not.been.called;
103 expect(event.preventDefault).to.have.not.been.called;
104 }
105
106 it('should navigate to correct destination', () => {
107 simpleSuccess();

Callers 1

Calls 2

handleClickFunction · 0.90
expectFunction · 0.85

Tested by

no test coverage detected