We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e8e247 commit 604b4f3Copy full SHA for 604b4f3
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