package.json
{ // ... "scripts": { // ... "test": "jest --config ./jest.config.json", "test:watch": "npm run test -- --watch" }, // ... }