Skip to content

Commit

Permalink
Fixed a error log that would print even when there was no error for n…
Browse files Browse the repository at this point in the history
…ode tests
  • Loading branch information
chrisdp committed Jan 9, 2025
1 parent 66c4a92 commit b2bda59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions framework/src/source/TestRunner.bs
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ namespace rooibos
? "Running suite asynchronously!"
m.nodeContext.top.observeFieldScoped("rooibosSuiteFinished", "Rooibos_onTestSuiteComplete")
testSuite.run()
return invalid
else
? "Running suite synchronously!"
testSuite.run()
Expand Down

0 comments on commit b2bda59

Please sign in to comment.