cs481-ekh / s24-gone-phishin

https://cs481-ekh.github.io/s24-gone-phishin/
MIT License
1 stars 0 forks source link

Implement Jest testing framework #75

Closed SorrenMosher closed 4 months ago

SorrenMosher commented 4 months ago

References user story #72

Implement Jest for our project.

Definition of done:

SorrenMosher commented 4 months ago

Downloaded requirements for running Jest and installed it locally. Did some additional research on the files created in the process such as package.json and package-lock.json. Edited package.json to use Jest as testing framework. Added tests folder specific to Jest for adding individual unit tests. Added an example test template to the tests folder. Satisfied definition of done, pushed code and created pr. [t:53]