Skip to content

Commit 138a163

Browse files
committed
chore: update mode to run after collected
1 parent 4ec52fd commit 138a163

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
@@ -108,6 +108,10 @@ export async function collectTests(
108108
config.allowOnly,
109109
)
110110

111+
if (file.mode === 'queued') {
112+
file.mode = 'run'
113+
}
114+
111115
files.push(file)
112116
}
113117

0 commit comments

Comments
 (0)