🌱 Running Jest with npm

Source

package.json

{
  // ...
  "scripts": {
    // ...
    "test": "jest --config ./jest.config.json",
    "test:watch": "npm run test -- --watch"
  },
  // ...
}
Made by Brandon . If you find this project useful you can donate.