Skip to content

Commit 38f86d0

Browse files
committed
chore: FORCE_COLOR when running tests
1 parent 3ed4579 commit 38f86d0

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
@@ -15,7 +15,7 @@
1515
"scripts": {
1616
"mrm": "mrm --preset=@adonisjs/mrm-preset",
1717
"pretest": "npm run lint",
18-
"test": "node japaFile.js",
18+
"test": "FORCE_COLOR=true node japaFile.js",
1919
"lint": "eslint . --ext=.ts",
2020
"clean": "del build",
2121
"compile": "npm run lint && npm run clean && tsc",

0 commit comments

Comments
 (0)