We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 300a0a9 commit 5745058Copy full SHA for 5745058
1 file changed
test/fixtures/test-runner/output/randomize_output_cli.js
@@ -10,7 +10,16 @@ spawn(
10
'--test-reporter', 'spec',
11
'--test-random-seed=12345',
12
'--test',
13
- fixtures.path('test-runner/shards/*.cjs'),
+ 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'),
23
],
24
{ stdio: 'inherit' },
25
);
0 commit comments