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 574e5ef commit c3b713eCopy full SHA for c3b713e
tests/search.test.ts
@@ -993,7 +993,7 @@ describe.each([
993
).rejects.toHaveProperty('cause.code', ErrorStatusCode.INDEX_NOT_FOUND);
994
});
995
996
- test.only(`${permission} key: Search with locales`, async () => {
+ test(`${permission} key: Search with locales`, async () => {
997
const ind = (await getClient(permission)).index(index.uid),
998
masterInd = (await getClient('Master')).index(index.uid);
999
0 commit comments