Fundamentals of Testing in JavaScript on TestingJavaScript.com
by kentcdoddsJavaScript
Last 12 weeks · 0 commits
4 of 6 standards met
Upgrades Jest to v30 and introduces an explicit jest.config.cjs configuration. The test script now references the dedicated config file directly, improving clarity and future maintainability of the test setup while keeping the configuration minimal. Summary by CodeRabbit Chores** Updated Jest configuration to explicitly define test environment and timeout settings for improved test execution. Upgraded Jest testing framework from version 26.6.3 to 30.4.2 for enhanced testing capabilities and latest framework improvements.
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.
Repository: kentcdodds/js-testing-fundamentals. Description: Fundamentals of Testing in JavaScript on TestingJavaScript.com Stars: 545, Forks: 368. 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: 2, open issues: 0. Last activity: 3y ago. Community health: 71%. Top contributors: kentcdodds, allcontributors[bot], brunormferreira, mturich, Aprillion.