MCPcopy
hub / github.com/vitest-dev/vitest / run

Function run

test/cli/test/config/sequence-shuffle.test.ts:5–12  ·  view source on GitHub ↗
(sequence: InlineConfig['sequence'])

Source from the content-addressed store, hash-verified

3import { expect, test } from 'vitest'
4
5function run(sequence: InlineConfig['sequence']) {
6 return runVitest({
7 sequence,
8 include: [],
9 standalone: true,
10 watch: true,
11 })
12}
13
14class CustomSequencer {
15 sort() {

Callers 1

Calls 1

runVitestFunction · 0.50

Tested by

no test coverage detected