()
| 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 |