Skip to content

Commit

Permalink
Fixed failing unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdp committed Jan 7, 2025
1 parent 267ae90 commit 774bec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bsc-plugin/src/plugin.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2123,7 +2123,7 @@ describe('RooibosPlugin', () => {
[[], 'rooibos_ConsoleTestReporter'],
[['CONSOLE'], 'rooibos_ConsoleTestReporter'],
[['MyCustomReporter'], 'MyCustomReporter'],
[['mocha'], '"rooibos_MochaTestReporter'],
[['mocha'], 'rooibos_MochaTestReporter'],
[['JUnit', 'MyCustomReporter'], `rooibos_JUnitTestReporter${sep}MyCustomReporter`]
];
it('adds custom test reporters', async () => {
Expand Down

0 comments on commit 774bec2

Please sign in to comment.