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 32c7880 commit 78e6c35Copy full SHA for 78e6c35
packages/search/lib/commands/SEARCH_NOCONTENT.spec.ts
@@ -22,7 +22,7 @@ describe('SEARCH_NOCONTENT', () => {
22
});
23
24
25
- describe.skip('client.ft.searchNoContent', () => {
+ describe('client.ft.searchNoContent', () => {
26
testUtils.testWithClient('returns total and keys', async client => {
27
await Promise.all([
28
client.ft.create('index', {
0 commit comments