MCPcopy Create free account
hub / github.com/codecombat/codecombat / initClass

Method initClass

app/views/artisans/BlockTestingView.js:24–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22module.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)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected