We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb3bc3f commit 991c0ebCopy full SHA for 991c0eb
test/unit/assorted/uri_options.spec.test.ts
@@ -57,7 +57,6 @@ describe('URI option spec tests', function () {
57
58
for (const test of suite.tests) {
59
it(`${test.description}`, function () {
60
- console.error(test);
61
if (skipTests.includes(test.description)) {
62
return this.skip();
63
}
0 commit comments