Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

Commit

Permalink
fix: ESM error with yarn v1 (ref: jestjs/jest#14881)
Browse files Browse the repository at this point in the history
  • Loading branch information
syi0808 committed Feb 20, 2024
1 parent 52126e7 commit 3d7e1b9
Show file tree
Hide file tree
Showing 4 changed files with 8,254 additions and 5,073 deletions.
893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.1.0.cjs

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
yarnPath: .yarn/releases/yarn-4.1.0.cjs
nodeLinker: node-modules
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"msw": "^2.2.1",
"typescript": "^5"
}
"ts-node": "^10.9.2",
"typescript": "^5",
"undici": "^6.6.2"
},
"packageManager": "yarn@4.1.0"
}
Loading

0 comments on commit 3d7e1b9

Please sign in to comment.