We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a643341 commit b90b868Copy full SHA for b90b868
.taprc
@@ -1,8 +1,9 @@
1
# vim: set filetype=yaml :
2
-disable-coverage: false
3
-allow-incomplete-coverage: false
+disable-coverage: true
4
plugin:
5
- "@tapjs/sinon"
6
- "!@tapjs/intercept"
7
- "@tapjs/tsx"
8
- "!@tapjs/typescript"
+color: true
9
+reporter: base
package.json
@@ -23,6 +23,8 @@
23
"mustache": "^4.2.0"
24
},
25
"devDependencies": {
26
+ "@istanbuljs/esm-loader-hook": "^0.2.0",
27
+ "@tapjs/esbuild-kit": "^1.1.19",
28
"@tapjs/sinon": "^1.1.18",
29
"@tapjs/tsx": "^1.1.19",
30
"@tsconfig/node20": "^20.0.0",
0 commit comments