We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db15155 commit 2b6669bCopy full SHA for 2b6669b
cli/services/Test.ts
@@ -85,7 +85,9 @@ export class Test implements TestOptions {
85
isSolutionSuccess = false
86
}
87
})
88
- .catch(() => {})
+ .catch(() => {
89
+ isSolutionSuccess = false
90
+ })
91
92
await Promise.all(solutionTestsResultsPromises)
93
await TemporaryFolder.cleanAll()
0 commit comments