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.
2 parents bb9cc4c + c994ae0 commit a2efc0aCopy full SHA for a2efc0a
.nvmrc
@@ -1 +1 @@
1
-20
+22
package.json
@@ -17,7 +17,7 @@
17
"prepublishOnly": "npm run lint && npm run lint:tsc && npm run test:ci && npm run test:esm && npm run clean && npm run build",
18
"test": "jest",
19
"test:ci": "CI=true jest --ci --colors --coverage",
20
- "test:esm": "npm run build && node --test src",
+ "test:esm": "npm run build && node --test **/*.test.mjs",
21
"test:watch": "jest --watch"
22
},
23
"repository": {
0 commit comments