jackreichert / over-engineered-todo

building a todo app to keep my skills sharp
0 stars 1 forks source link

Set up testing framework #2

Closed jackreichert closed 11 months ago

jackreichert commented 11 months ago

Context Tests are important, I wrote about them here.

As an engineer I want to have testing in place so that I can test as I build and ensure code quality along the way.

Acceptance Criteria

jackreichert commented 11 months ago

I chose vitest.

Using these tutorials I set it up: https://www.robinwieruch.de/react-testing-library/ https://www.robinwieruch.de/vitest-react-testing-library/