Skip to content

Commit 5745058

Browse files
committed
fixup! test_runner: support test order randomization
1 parent 300a0a9 commit 5745058

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

test/fixtures/test-runner/output/randomize_output_cli.js

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,16 @@ spawn(
1010
'--test-reporter', 'spec',
1111
'--test-random-seed=12345',
1212
'--test',
13-
fixtures.path('test-runner/shards/*.cjs'),
13+
fixtures.path('test-runner/shards/a.cjs'),
14+
fixtures.path('test-runner/shards/b.cjs'),
15+
fixtures.path('test-runner/shards/c.cjs'),
16+
fixtures.path('test-runner/shards/d.cjs'),
17+
fixtures.path('test-runner/shards/e.cjs'),
18+
fixtures.path('test-runner/shards/f.cjs'),
19+
fixtures.path('test-runner/shards/g.cjs'),
20+
fixtures.path('test-runner/shards/h.cjs'),
21+
fixtures.path('test-runner/shards/i.cjs'),
22+
fixtures.path('test-runner/shards/j.cjs'),
1423
],
1524
{ stdio: 'inherit' },
1625
);

0 commit comments

Comments
 (0)