Testing · +7 points

Jest

Meta's JavaScript testing framework — default for React and Node projects.

Install
npm install -D jest
License
MIT
Stars
44k+

Integration goal

Write Jest tests with describe/test/expect.

  1. Create greet.test.js
  2. Test greet function
  3. Push to GitHub
Open Integration Workspace →

← All open source tools