Skip to content

Commit

Permalink
remove console.error
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Feb 9, 2022
1 parent fb3bc3f commit 991c0eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/unit/assorted/uri_options.spec.test.ts
Expand Up @@ -57,7 +57,6 @@ describe('URI option spec tests', function () {

for (const test of suite.tests) {
it(`${test.description}`, function () {
console.error(test);
if (skipTests.includes(test.description)) {
return this.skip();
}
Expand Down

0 comments on commit 991c0eb

Please sign in to comment.