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 49a16e3 commit a72d896Copy full SHA for a72d896
tests/facet_search.test.ts
@@ -48,7 +48,7 @@ describe.each([
48
await client.waitForTask(taskUid)
49
})
50
51
- test.only(`${permission} key: basic facet value search`, async () => {
+ test(`${permission} key: basic facet value search`, async () => {
52
const client = await getClient(permission)
53
54
const params = {
0 commit comments