Skip to content

Commit

Permalink
Remove it.only
Browse files Browse the repository at this point in the history
  • Loading branch information
markwpearce committed Aug 12, 2024
1 parent 11ac32e commit 885b1db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bsc-plugin/src/plugin.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2168,8 +2168,8 @@ describe('RooibosPlugin', () => {
[['MyCustomReporter'], 'MyCustomReporter'],
[['JUnit', 'MyCustomReporter'], `rooibos_JUnitTestReporter${sep}MyCustomReporter`]
];
// eslint-disable-next-line no-only-tests/no-only-tests
it.only('adds custom test reporters', async () => {

it('adds custom test reporters', async () => {
let i = 1;
for (const [reporters, expected] of params) {
console.log('Program setup ', i);
Expand Down

0 comments on commit 885b1db

Please sign in to comment.