Skip to content

Commit

Permalink
chore: update mode to run after collected
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Nov 19, 2024
1 parent e47a4ef commit b47f145
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/runner/src/collect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ export async function collectTests(
config.allowOnly,
)

if (file.mode === 'queued') {
file.mode = 'run'
}

files.push(file)
}

Expand Down

0 comments on commit b47f145

Please sign in to comment.