mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-28 09:25:42 +08:00
Force color during Jest tests (for CI)
This commit is contained in:
@@ -62,9 +62,10 @@
|
||||
"text-table": "0.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"cross-env": "^5.2.0",
|
||||
"jest": "23.5.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "jest"
|
||||
"test": "cross-env FORCE_COLOR=true jest"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user