We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7845fb2 commit ea2f86fCopy full SHA for ea2f86f
test/test.js
@@ -229,7 +229,7 @@ for (const host of [
229
'microsoft.com'
230
]) {
231
// test seems to be broken on GitHub CI (maybe due to IPv6 setup?)
232
- test.todo('setDefaultResultOrder');
+ test.todo(`setDefaultResultOrder with ${host}`);
233
/*
234
test(`setDefaultResultOrder with ${host}`, async (t) => {
235
const tangerine = new Tangerine({ cache: false });
0 commit comments