asozialdotdev / asozial

An open source social platform for anti-social devs
https://asozial.dev
MIT License
1 stars 0 forks source link

Front-end unit tests #17

Open benjamindotdev opened 5 days ago

benjamindotdev commented 5 days ago

Unit tests need to be written for every (yes, every) component on the front end.

Please use the following structure:

ComponentName (folder) -- ComponentName.tsx (component) -- ComponentName.test.tsx (test)

We are using a combination of Jest and React Testing Library, as advised by the Next.js documentation

https://nextjs.org/docs/app/building-your-application/testing