Closed BobbieGoede closed 2 months ago
Same as https://github.com/nuxt/nuxt/pull/28684
Tried tinyexec in the test-utils 'fork' used in the i18n module, besides reducing dependencies it seems to perform better than execa when running with CI=1 (based on very basic & lazy testing).
tinyexec
execa
CI=1
I also raised the timeouts for windows browser tests, while it may be slower at least we can be sure that the tests succeed.
๐ Linked issue
โ Type of change
๐ Description
Same as https://github.com/nuxt/nuxt/pull/28684
Tried
tinyexec
in the test-utils 'fork' used in the i18n module, besides reducing dependencies it seems to perform better thanexeca
when running withCI=1
(based on very basic & lazy testing).