Skip to content

Commit

Permalink
test out esm cache disable
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobheun committed Jan 27, 2024
1 parent 3fd2b5d commit 86e45fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .taprc
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ plugin:
- "!@tapjs/intercept"
- "@tapjs/tsx"
- "!@tapjs/typescript"
color: true
reporter: base
test-env:
- "ESM_DISABLE_CACHE=1"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"main": "lib/index.js",
"scripts": {
"test": "tap config && tap",
"test": "tap",
"clean": "./scripts/clean.ts",
"lint": "eslint .",
"posttest": "npm run lint",
Expand Down

0 comments on commit 86e45fe

Please sign in to comment.