MLH-Fellowship / CodeOfDuty

Gamified Sprint System
MIT License
3 stars 0 forks source link

Jest Testing Setup #11

Closed cqvu closed 3 years ago

cqvu commented 3 years ago

Description

Current Behavior:

Proposed Changes:

Issue Number(s): Closes #3

How Has This Been Tested?

For both frontend and backend, do the following commands in their respective directories: npm test to run tests npm start to run app

Pull request type

Please check the type of change your PR introduces: - [ ] Bugfix - [ ] Feature - [ ] Code style update (formatting, renaming) - [ ] Refactoring (no functional changes, no api changes) - [x] Build related changes - [ ] Documentation content changes - [ ] Other (please describe): ## Checklist Please check if your PR fulfills the following requirements: - [ ] All new and existing tests passed - [ ] Tests for the changes have been added - [ ] Docs have been reviewed and added / updated if needed - [ ] My code follows the code style of this project and lint has passed locally