We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d834bb commit 853a3e5Copy full SHA for 853a3e5
package.json
@@ -2,8 +2,8 @@
2
"name": "@testing-library/jest-dom",
3
"version": "0.0.0-semantically-released",
4
"description": "Custom jest matchers to test the state of the DOM",
5
- "main": "dist/cjs/index.js",
6
- "module": "dist/esm/index.js",
+ "main": "dist/index.js",
+ "module": "dist/index.mjs",
7
"exports": {
8
".": {
9
"require": {
0 commit comments