Skip to content

Commit 86e45fe

Browse files
committed
test out esm cache disable
1 parent 3fd2b5d commit 86e45fe

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.taprc

+4
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ plugin:
66
- "!@tapjs/intercept"
77
- "@tapjs/tsx"
88
- "!@tapjs/typescript"
9+
color: true
10+
reporter: base
11+
test-env:
12+
- "ESM_DISABLE_CACHE=1"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "",
55
"main": "lib/index.js",
66
"scripts": {
7-
"test": "tap config && tap",
7+
"test": "tap",
88
"clean": "./scripts/clean.ts",
99
"lint": "eslint .",
1010
"posttest": "npm run lint",

0 commit comments

Comments
 (0)