Skip to content

Commit 81c1e88

Browse files
committed
test: force color in chalk
1 parent e14a470 commit 81c1e88

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,9 @@
185185
},
186186
"test:only": {
187187
"command": "nyc mocha \"test/**/*.test.ts\" --color",
188+
"env": {
189+
"FORCE_COLOR": "2"
190+
},
188191
"files": [
189192
"test/**/*.ts",
190193
"src/**/*.ts",

0 commit comments

Comments
 (0)