Skip to content

Commit c3b713e

Browse files
committed
Remove test focus
1 parent 574e5ef commit c3b713e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/search.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -993,7 +993,7 @@ describe.each([
993993
).rejects.toHaveProperty('cause.code', ErrorStatusCode.INDEX_NOT_FOUND);
994994
});
995995

996-
test.only(`${permission} key: Search with locales`, async () => {
996+
test(`${permission} key: Search with locales`, async () => {
997997
const ind = (await getClient(permission)).index(index.uid),
998998
masterInd = (await getClient('Master')).index(index.uid);
999999

0 commit comments

Comments
 (0)