nuxt / test-utils

๐Ÿงช Test utilities for Nuxt
http://nuxt.com/docs/getting-started/testing
MIT License
323 stars 84 forks source link

chore: use `tinyexec` #939

Closed BobbieGoede closed 2 months ago

BobbieGoede commented 2 months ago

๐Ÿ”— 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 than execa when running with CI=1 (based on very basic & lazy testing).

BobbieGoede commented 2 months ago

I also raised the timeouts for windows browser tests, while it may be slower at least we can be sure that the tests succeed.