| 49 | |
| 50 | module.exports = (TestView = (TestView = (function () { |
| 51 | TestView = class TestView extends RootView { |
| 52 | static initClass () { |
| 53 | this.prototype.id = 'test-view' |
| 54 | this.prototype.template = template |
nothing calls this directly
no outgoing calls
no test coverage detected