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.
1 parent 3fd2b5d commit 86e45feCopy full SHA for 86e45fe
.taprc
@@ -6,3 +6,7 @@ plugin:
6
- "!@tapjs/intercept"
7
- "@tapjs/tsx"
8
- "!@tapjs/typescript"
9
+color: true
10
+reporter: base
11
+test-env:
12
+ - "ESM_DISABLE_CACHE=1"
package.json
@@ -4,7 +4,7 @@
4
"description": "",
5
"main": "lib/index.js",
"scripts": {
- "test": "tap config && tap",
+ "test": "tap",
"clean": "./scripts/clean.ts",
"lint": "eslint .",
"posttest": "npm run lint",
0 commit comments