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

Method tearDown

testing/helpers/service.js:207–210  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

205 }
206
207 static tearDown() {
208 const url = `${REQUEST_URL}/teardown/`;
209 return RequestBank.fetch_(url, 'tearDown');
210 }
211
212 static fetch_(url, action, timeout = 10000) {
213 const xhr = fetch(url).then((response) => {

Calls 1

fetch_Method · 0.45

Tested by

no test coverage detected