1
0
Fork 0

run test instead of testci

This commit is contained in:
Enoch Riese 2022-11-15 11:32:48 -06:00
parent d0e4aa899d
commit 6bf599efa3
2 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@ spawn(
[
'run',
'--no-bail',
'testci',
'test',
'--stream',
'--parallel',
'--loglevel',
@ -25,7 +25,7 @@ spawn(
'--',
'--file',
`${collectorScript}`,
'--trace-warnings',
'--no-warnings',
'--timeout=15000',
],
{ stdio: 'inherit' }