Skip to content

Commit 604b4f3

Browse files
committed
fix
1 parent 1e8e247 commit 604b4f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/test-utils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export function* getTestCasesFromFixtures(
7474
cwd: testOptions.cwd
7575
}
7676
},
77-
only: testOptions.only
77+
...(testOptions.only ? { only: true } : {})
7878
}
7979
if (outputs) {
8080
const output = outputs[relative]

0 commit comments

Comments
 (0)