This repository was archived by the owner on Oct 20, 2024. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork38
This repository was archived by the owner on Oct 20, 2024. It is now read-only.
tests with fixtures #461
Open
Description
Topic
all
Description
The tailwind adder is broken right now (#459). It'd be nice if we had tests that could catch that before a PR gets merged
Describe the solution you'd like
Use vitest fixtures. Check that the generated project matches what is expected. That will also help us in code review because we can look at the generated project and see what we think about the diff. We can also setup a script in the package.json to automatically update the fixtures so that they're not hard to maintain when we make changes to the code