We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6be09d8 commit a0399c3Copy full SHA for a0399c3
test/node/src/handle-empty-in-lists-plugin.test.ts
@@ -50,7 +50,7 @@ const fixtures = [
50
] as const
51
52
for (const dialect of DIALECTS) {
53
- describe.only(`${dialect}: handle empty in lists plugin`, () => {
+ describe(`${dialect}: handle empty in lists plugin`, () => {
54
for (const fixture of fixtures) {
55
describe(`strategy: ${fixture.strategy.name}`, () => {
56
let ctx: TestContext
0 commit comments