:tiger: A workshop repository for testing React โ with AVA :rocket: --> slides
by kentcdoddsJavaScript
Last 12 weeks ยท 0 commits
2 of 6 standards met
Hi, Great workshop! I noticed that my test coverage is 100% on almost everything, but not for % Branch in Toggle.js and CustomerList.js. In Toggle.js I get 5/6 branches coverage, in CustomerList.js I get 3/4 branches coverage. I don't hink I did anything wrong, I also get these coverages when I switch to the master branch. It might be the nyc/istanbul version. I see there is an issue that I think is causing this. How could I go about and fix this in your example files?** Thanks! Martijn
Repository: kentcdodds/react-ava-workshop. Description: :tiger: A workshop repository for testing React โ with AVA :rocket: --> slides Stars: 191, Forks: 18. Primary language: JavaScript. Languages: JavaScript (100%). License: MIT. Homepage: http://kcd.im/react-ava Topics: kcd-edu. Open PRs: 0, open issues: 1. Last activity: 5y ago. Community health: 42%. Top contributors: bsr203, namenotrequired.
Issue The first steps of the tutorial fail as the "test/helpers/setup-test-env.js" file is missing on the "start" branch. Steps to reproduce: Resulting Error: Possible solutions: 1. add instructions for setting up test helpers 2. add "test/helpers/setup-test-env.js" to the "start" branch