Skip to content

Commit 851a4a5

Browse files
test(package): fix script "test:esm"
1 parent f044cc1 commit 851a4a5

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
@@ -48,7 +48,7 @@
4848
"test": "vitest",
4949
"test:browser": "vitest run --config vitest.browser.config.mts --browser=chromium",
5050
"test:coverage": "vitest run --color --coverage",
51-
"test:esm": "npm run build:esm && node --test test/esm"
51+
"test:esm": "npm run build:esm && node --test test/esm/*.test.mjs"
5252
},
5353
"repository": {
5454
"type": "git",

0 commit comments

Comments
 (0)