Skip to content

Commit

Permalink
remove only.
Browse files Browse the repository at this point in the history
  • Loading branch information
igalklebanov committed Dec 21, 2024
1 parent 6be09d8 commit a0399c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/node/src/handle-empty-in-lists-plugin.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a0399c3

Please sign in to comment.