Skip to content

Commit

Permalink
Removed print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
markwpearce committed Aug 12, 2024
1 parent 885b1db commit 01e06a8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions bsc-plugin/src/plugin.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2170,10 +2170,7 @@ describe('RooibosPlugin', () => {
];

it('adds custom test reporters', async () => {
let i = 1;
for (const [reporters, expected] of params) {
console.log('Program setup ', i);
console.log('Reporters: ', reporters);
setupProgram({
rootDir: _rootDir,
stagingDir: _stagingFolderPath,
Expand All @@ -2189,9 +2186,6 @@ describe('RooibosPlugin', () => {
const noLeadingWhitespace = content.replace(/^\s+/gm, '');
expect(noLeadingWhitespace).to.include(expected);
destroyProgram();
console.log('Program destroyed ', i);
i++;

}
});
});
Expand Down

0 comments on commit 01e06a8

Please sign in to comment.