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 06616a0 commit 33d02a7Copy full SHA for 33d02a7
tests/lib/test-utils.ts
@@ -74,7 +74,7 @@ export function* getTestCasesFromFixtures(
74
cwd: testOptions.cwd
75
}
76
},
77
- only: testOptions.only
+ ...(testOptions.only ? { only: true } : {})
78
79
if (outputs) {
80
const output = outputs[relative]
0 commit comments