Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/rokucommunity/rooibos int…
Browse files Browse the repository at this point in the history
…o feature/promises-support
  • Loading branch information
TwitchBronBron committed Jan 28, 2025
2 parents d102209 + ebfd429 commit 096efd1
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion framework/src/source/rooibos/BaseTestReporter.bs
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ namespace rooibos
interface TestReporterOnEndEvent
stats as rooibos.Stats
end interface
end namespace
end namespace
2 changes: 1 addition & 1 deletion framework/src/source/rooibos/BaseTestSuite.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3162,4 +3162,4 @@ namespace rooibos
function isFunctionMocked(functionName as string)
return rooibos.getMockForFunction(functionName) <> invalid
end function
end namespace
end namespace
3 changes: 1 addition & 2 deletions framework/src/source/rooibos/MochaTestReporter.bs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ namespace rooibos
symbol = "✔"
symbolColor = rooibos.reporters.mocha.colors.checkmark
else if status = "FAIL" or status = "CRASH"
symbol = "✖"
symbol = "✖"
symbolColor = rooibos.reporters.mocha.colors.brightFail
else if status = "SKIP"
symbol = "-"
Expand Down Expand Up @@ -965,4 +965,3 @@ namespace rooibos
end namespace
end namespace
end namespace

2 changes: 1 addition & 1 deletion framework/src/source/rooibos/Test.bs
Original file line number Diff line number Diff line change
Expand Up @@ -190,4 +190,4 @@ namespace rooibos
end function

end class
end namespace
end namespace
2 changes: 1 addition & 1 deletion framework/src/source/rooibos/TestGroup.bs
Original file line number Diff line number Diff line change
Expand Up @@ -277,4 +277,4 @@ namespace rooibos
end for
end sub
end class
end namespace
end namespace
2 changes: 1 addition & 1 deletion tests/src/source/Basic.spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -237,4 +237,4 @@ namespace tests
end function

end class
end namespace
end namespace
2 changes: 1 addition & 1 deletion tests/src/source/FailedAssertion.spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1655,4 +1655,4 @@ namespace tests
' AssertMocks
' MockFail
end class
end namespace
end namespace

0 comments on commit 096efd1

Please sign in to comment.