Skip to content

Commit 079141b

Browse files
committed
make tests pass by disabling colors
Signed-off-by: Charlike Mike Reagent <[email protected]>
1 parent e17075b commit 079141b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"generator/"
1313
],
1414
"scripts": {
15-
"test": "jest",
15+
"test": "jest --no-colors",
1616
"lint": "eslint .",
1717
"watch": "babel lib -w --ignore **/*.test.js,integration -d build",
1818
"build": "babel lib --ignore **/*.test.js,integration -d build",

0 commit comments

Comments
 (0)