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 4fea08f commit e3c20a3Copy full SHA for e3c20a3
tests/meilisearch.test.ts
@@ -188,6 +188,3 @@ test.concurrent("custom http client", async () => {
188
assert.instanceOf(input, URL);
189
assert(input.href.startsWith(HOST));
190
});
191
-
192
-// TODO: Describe how this PR depends on improve indexes PR
193
-// TODO: Error tests
0 commit comments