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

Method afterInsert

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

Source from the content-addressed store, hash-verified

74 }
75
76 afterInsert () {
77 super.afterInsert()
78 return Promise.all(
79 ['python', 'coffeescript', 'lua'].map(
80 loadAetherLanguage
81 )
82 ).then(() => {
83 this.initSpecFiles()
84 this.render()
85 TestView.runTests(this.specFiles, this.demosOn, this)
86 return window.runJasmine()
87 })
88 }
89
90 // EVENTS
91

Callers

nothing calls this directly

Calls 3

initSpecFilesMethod · 0.95
runTestsMethod · 0.80
renderMethod · 0.45

Tested by

no test coverage detected