Add a test script to package.json : "scripts": { "test": "jest", // optional? "test:ci": "jest --ci --coverage", "test:update": "npm run ...
確定! 回上一頁