Skip to content

Re-release 0.0.2

Latest
Compare
Choose a tag to compare
@t1gor t1gor released this 10 Mar 11:53
· 3 commits to master since this release
317d171

[x] Add CRA support using the binary config option
[x] Fix parsing coverage JSON results

#To use custom binary:
in package.json:

 "jest": "env-cmd -f .env.jest react-scripts test --json --coverage", 

in .arcconfig

"jest": { 	"bin": "npm run jest", }