MCPcopy Index your code
hub / github.com/codecombat/codecombat / destroy

Method destroy

app/views/TestView.js:230–234  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

228 }
229
230 destroy () {
231 // hack to get jasmine tests to properly run again on clicking links, and make sure if you
232 // leave this page (say, back to the main site) that test stuff doesn't follow you.
233 return document.location.reload()
234 }
235 }
236 TestView.initClass()
237 return TestView

Callers

nothing calls this directly

Calls 1

reloadMethod · 0.80

Tested by

no test coverage detected