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 13ddcda commit 32942d5Copy full SHA for 32942d5
package.json
@@ -29,7 +29,7 @@
29
"size-limit": "size-limit",
30
"test": "jest --testPathIgnorePatterns __tests__/integration",
31
"test:ci": "CI=true npm test -- --ci --colors",
32
- "test:esm": "npm run build:cjs && node --test __tests__/esm",
+ "test:esm": "npm run build:cjs && node --test __tests__/esm/*",
33
"test:integration": "npm run build && jest --coverage=false --env=jsdom __tests__/integration",
34
"test:watch": "npm test -- --watch"
35
},
0 commit comments