Skip to content

Commit a0399c3

Browse files
committed
remove only.
1 parent 6be09d8 commit a0399c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/node/src/handle-empty-in-lists-plugin.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const fixtures = [
5050
] as const
5151

5252
for (const dialect of DIALECTS) {
53-
describe.only(`${dialect}: handle empty in lists plugin`, () => {
53+
describe(`${dialect}: handle empty in lists plugin`, () => {
5454
for (const fixture of fixtures) {
5555
describe(`strategy: ${fixture.strategy.name}`, () => {
5656
let ctx: TestContext

0 commit comments

Comments
 (0)