Last 12 weeks · 0 commits
4 of 6 standards met
Repository: kentcdodds/js-testing-fundamentals. Description: Fundamentals of Testing in JavaScript on TestingJavaScript.com Stars: 546, Forks: 371. Primary language: JavaScript. Languages: JavaScript (100%). Homepage: https://testingjavascript.com/courses/fundamentals-of-testing-in-javascript Topics: fundamentals, javascript, kcd-edu, testing, testingjavascript. Open PRs: 1, open issues: 0. Last activity: 2y ago. Community health: 71%. Top contributors: kentcdodds, allcontributors[bot], brunormferreira, mturich, Aprillion.
JavaScript
Most of these pushes are from me implementing the course learning on my own function, the difference function. This was not a step by step in the course and instead something I did to further learn the material and understand how Jest is built.
Hey Kent, I recently bought your testing js course and I was configuring my repo when I encountered the use of "master" as default branch in the description but the branches are already called main. (or is it just on my machine because I use main as default branch ?) I simple propose to change the wording in the docs from master to main to remove that one pitfall while setting up the project.