Skip to content

Add binary config option for CRA support

Compare
Choose a tag to compare
@t1gor t1gor released this 10 Mar 11:45
· 4 commits to master since this release
6308663

[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",
}