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 238200b commit c8688b3Copy full SHA for c8688b3
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 client = await getClient(permission);
998
const masterClient = await getClient('Master');
999
0 commit comments