Skip to content

Commit 32942d5

Browse files
chore(package): fix script "test:esm"
1 parent 13ddcda commit 32942d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"size-limit": "size-limit",
3030
"test": "jest --testPathIgnorePatterns __tests__/integration",
3131
"test:ci": "CI=true npm test -- --ci --colors",
32-
"test:esm": "npm run build:cjs && node --test __tests__/esm",
32+
"test:esm": "npm run build:cjs && node --test __tests__/esm/*",
3333
"test:integration": "npm run build && jest --coverage=false --env=jsdom __tests__/integration",
3434
"test:watch": "npm test -- --watch"
3535
},

0 commit comments

Comments
 (0)