()
| 22 | module.exports = (BlockTestingView = (function () { |
| 23 | BlockTestingView = class BlockTestingView extends RootView { |
| 24 | static initClass () { |
| 25 | this.prototype.template = template |
| 26 | this.prototype.id = 'block-testing-view' |
| 27 | this.prototype.testCases = testCases |
| 28 | } |
| 29 | |
| 30 | constructor (options, levelSlug) { |
| 31 | super(options) |