npm install --save-dev jest babel-jest. /* Add to package.json */ "scripts": { "test": "jest" } # Run your tests npm test -- --watch. See: Getting started ...
確定! 回上一頁