File tree Expand file tree Collapse file tree
core/src/main/kotlin/org/evomaster/core/output/service Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -541,15 +541,12 @@ class TestSuiteWriter {
541541 val jsUtils = JsLoader ::class .java.getResource(" /$javascriptUtilsFilename " ).readText()
542542 saveToDisk(jsUtils, Paths .get(config.outputFolder, javascriptUtilsFilename))
543543 lines.add(" const $jsImport = require(\" ./$javascriptUtilsFilename \" );" )
544- lines.add(" - 544 - TestSuiteWriter.kt - What about this const EM thing?. Do we need it?" )
545544
546545 if (controllerName != null ) {
547546 lines.add(" const $controllerName = require(\" ${config.jsControllerPath} \" );" )
548- lines.add(" - 548 - TestSuiteWriter.kt - What about controllerName. Do we need it?" )
549547 }
550548 if (config.testTimeout > 0 ) {
551549 lines.add(" jest.setTimeout(${config.testTimeout * 1000 } );" )
552- lines.add(" - 552 - TestSuiteWriter.kt - Do we need the jest.setTimeout line above?" )
553550 }
554551 }
555552
You can’t perform that action at this time.
0 commit comments