mirror of
https://github.com/theoludwig/programming-challenges.git
synced 2025-05-18 12:02:53 +02:00
fix(cli): correctly set test isSuccess false
This commit is contained in:
@ -85,7 +85,9 @@ export class Test implements TestOptions {
|
||||
isSolutionSuccess = false
|
||||
}
|
||||
})
|
||||
.catch(() => {})
|
||||
.catch(() => {
|
||||
isSolutionSuccess = false
|
||||
})
|
||||
}
|
||||
await Promise.all(solutionTestsResultsPromises)
|
||||
await TemporaryFolder.cleanAll()
|
||||
|
Reference in New Issue
Block a user