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.
1 parent 6cc1cc1 commit b35799aCopy full SHA for b35799a
.nvmrc
@@ -1 +1 @@
1
-20
+22
package.json
@@ -19,7 +19,7 @@
19
"prepublishOnly": "npm run lint && npm run lint:tsc && npm run test:ci && npm run test:esm && npm run clean && npm run build",
20
"test": "jest --watch",
21
"test:ci": "CI=true jest --ci --colors --coverage",
22
- "test:esm": "npm run build:cjs && node --test src"
+ "test:esm": "npm run build:cjs && node --test **/*.test.mjs"
23
},
24
"repository": {
25
"type": "git",
0 commit comments