Now aunty test will run jest internally, removing the requirement to install (and configure) it at the project level.
You can customise the jest config the same way you can with webpack or babel.
I've updated the Readme and aunty's usage docs to reflect this, and changed the app generator accordingly. Generated apps' package.jsons now have the test script defined, so npm test will do what you expect.
Now
aunty test
will run jest internally, removing the requirement to install (and configure) it at the project level.You can customise the jest config the same way you can with webpack or babel.
I've updated the Readme and aunty's usage docs to reflect this, and changed the app generator accordingly. Generated apps'
package.json
s now have the test script defined, sonpm test
will do what you expect.Closes #57