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 Dec 1, 2024
1 parent 4ec52fd commit 138a163
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 @@ -108,6 +108,10 @@ export async function collectTests(
config.allowOnly,
)

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

files.push(file)
}

Expand Down

0 comments on commit 138a163

Please sign in to comment.