1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-10 17:04:36 +00:00

fix(sasjs-tests): duplicate test suite

This commit is contained in:
mulahasanovic
2025-11-18 16:55:15 +01:00
parent 1f8554f925
commit f26d51747f

View File

@@ -34,8 +34,7 @@ export class TestRunner {
for (let i = 0; i < this.testSuites.length; i++) {
const suite = this.testSuites[i]
const completedSuite = await this.runTestSuite(suite, i, onUpdate)
this.completedTestSuites.push(completedSuite)
await this.runTestSuite(suite, i, onUpdate)
}
this.isRunning = false