Skip to content

Commit b47f145

Browse files
committed
chore: update mode to run after collected
1 parent e47a4ef commit b47f145

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/runner/src/collect.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@ export async function collectTests(
104104
config.allowOnly,
105105
)
106106

107+
if (file.mode === 'queued') {
108+
file.mode = 'run'
109+
}
110+
107111
files.push(file)
108112
}
109113

0 commit comments

Comments
 (0)