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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user