Force color during Jest tests (for CI)

This commit is contained in:
Joe Haddad
2018-09-17 19:32:46 -04:00
parent 54dc975c86
commit e6ba967581

View File

@@ -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"
}
}