Increasing Code Coverage on a Nutrition Tracking App w/ Jest, Enzyme, Stryker

Profile Picture
Profile Picture
- Published on Dec 15, 2019馃審 Public

Just working on a school project today. My main focus is the testing suites of the project.

I might explore JSVerify https://jsverify.github.io/ JSVerify is used to... not sure yet. I think you tell it what outputs to expect, and it generates a series of random data to put in the function to check if the output stays consistent.

I want also try to set up Cypress for end-to-end tests tonight. https://www.cypress.io/