From a0399c38c8af9d28f49fb596e612553663a29765 Mon Sep 17 00:00:00 2001 From: igalklebanov Date: Sat, 21 Dec 2024 05:10:56 +0200 Subject: [PATCH] remove only. --- test/node/src/handle-empty-in-lists-plugin.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/node/src/handle-empty-in-lists-plugin.test.ts b/test/node/src/handle-empty-in-lists-plugin.test.ts index 4c82f7d33..38d5ee9ce 100644 --- a/test/node/src/handle-empty-in-lists-plugin.test.ts +++ b/test/node/src/handle-empty-in-lists-plugin.test.ts @@ -50,7 +50,7 @@ const fixtures = [ ] as const for (const dialect of DIALECTS) { - describe.only(`${dialect}: handle empty in lists plugin`, () => { + describe(`${dialect}: handle empty in lists plugin`, () => { for (const fixture of fixtures) { describe(`strategy: ${fixture.strategy.name}`, () => { let ctx: TestContext