()
| 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) => { |
no test coverage detected