Skip to content

Commit b90b868

Browse files
committed
testing out config on ci
1 parent a643341 commit b90b868

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.taprc

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# vim: set filetype=yaml :
2-
disable-coverage: false
3-
allow-incomplete-coverage: false
2+
disable-coverage: true
43
plugin:
54
- "@tapjs/sinon"
65
- "!@tapjs/intercept"
76
- "@tapjs/tsx"
87
- "!@tapjs/typescript"
8+
color: true
9+
reporter: base

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
"mustache": "^4.2.0"
2424
},
2525
"devDependencies": {
26+
"@istanbuljs/esm-loader-hook": "^0.2.0",
27+
"@tapjs/esbuild-kit": "^1.1.19",
2628
"@tapjs/sinon": "^1.1.18",
2729
"@tapjs/tsx": "^1.1.19",
2830
"@tsconfig/node20": "^20.0.0",

0 commit comments

Comments
 (0)