postcss / postcss-load-config

Autoload Config for PostCSS
MIT License
638 stars 71 forks source link

Move tests from Jest to uvu #235

Closed ai closed 2 years ago

ai commented 2 years ago

uvu is faster and has less bugs with ESM.

We can use tsm and c8 to run TS and code coverage.

Examples:

  1. https://github.com/postcss/postcss
  2. https://github.com/ai/boilerplates/tree/main/esm-lib
usmanyunusov commented 2 years ago

PR - https://github.com/postcss/postcss-load-config/pull/236