Skip to content

Commit 355553b

Browse files
committed
Removed text from TestSuiteWriter.kt
1 parent 04543de commit 355553b

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

core/src/main/kotlin/org/evomaster/core/output/service/TestSuiteWriter.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)