Skip to content

Commit 9481d5f

Browse files
committed
Merge branch 'main' into kg-colorette
2 parents cdb0e18 + 89193c7 commit 9481d5f

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.testconfig.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"actions": [
3+
{
4+
"type": "testAll",
5+
"run": "npm run test"
6+
},
7+
{
8+
"type": "testFile",
9+
"files": "**/*.test.ts",
10+
"run": "node --test --import tsx {{file}}"
11+
}
12+
],
13+
"options": {
14+
"beforeRun": {
15+
"clearScreen": false,
16+
"newlines": 3
17+
},
18+
"afterRun": {
19+
"newlines": 1,
20+
"indicatorLines": 3,
21+
"indicatorBackground": true,
22+
"printResult": true
23+
}
24+
}
25+
}

0 commit comments

Comments
 (0)