Preserve scripts/test.js after ejecting
Created by: gaearon
Currently we completely remove it and just change test
command to jest
. It’s neat how we move config into package.json
but I want to keep scripts/test.js
for various reasons. It’s fine if it just calls Jest for now.