Skip to content

Commit e6ba967

Browse files
committed
Force color during Jest tests (for CI)
1 parent 54dc975 commit e6ba967

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: packages/react-dev-utils/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,10 @@
6262
"text-table": "0.2.0"
6363
},
6464
"devDependencies": {
65+
"cross-env": "^5.2.0",
6566
"jest": "23.5.0"
6667
},
6768
"scripts": {
68-
"test": "jest"
69+
"test": "cross-env FORCE_COLOR=true jest"
6970
}
7071
}

0 commit comments

Comments
 (0)