Skip to content

Commit e611112

Browse files
committed
test: preserve test env
1 parent 6760be7 commit e611112

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.sfdevrc.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"wireit": {
3+
"test:only": {
4+
"command": "nyc mocha \"test/**/*.test.ts\"",
5+
"env": {
6+
"FORCE_COLOR": "2"
7+
},
8+
"files": ["test/**/*.ts", "src/**/*.ts", "tsconfig.json", ".mocha*", "test/tsconfig.json", "!*.nut.ts", ".nycrc"],
9+
"output": []
10+
}
11+
}
12+
}

0 commit comments

Comments
 (0)