Skip to content

Releases: VISIT-X/arc-jest

Re-release 0.0.2

10 Mar 11:53
317d171
Compare
Choose a tag to compare

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

Add binary config option for CRA support

10 Mar 11:45
6308663
Compare
Choose a tag to compare

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