We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cdb0e18 + 89193c7 commit 9481d5fCopy full SHA for 9481d5f
.testconfig.json
@@ -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