stefi23 / ski-with-me

⛷️ 🏂 Find people to go ski/snowboard with
2 stars 1 forks source link

Added Jest and a basic unit test #10

Closed giacomorebonato closed 3 years ago

giacomorebonato commented 3 years ago

Since we are going to use Jest for testing the React part (it comes out of the box with create-react-app), I thought it was a good idea to have it available for unit testing server side code too. Let me know if you think that it's a good idea, not a problem otherwise :)

stefi23 commented 3 years ago

Yes, I think it would be great. I had some Jest plugin on my VS Code already installed.