zackad / prettier-plugin-twig

Code formatting plugin for Prettier to handle Twig templates
Apache License 2.0
46 stars 5 forks source link

Use vitest as test runner #24

Closed zackad closed 5 months ago

zackad commented 5 months ago

When I start rewriting this project into ES Module, I have big problem not being able to run automatic testing using jest. @rellafella send a pull request that recommend using vitest as replacement for jest. Unfortunely his/her pull request comes in a single giant commit that make it difficult to review.

This patch is an attempt to split up that pull request into managable changes.