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 f044cc1 commit 851a4a5Copy full SHA for 851a4a5
1 file changed
package.json
@@ -48,7 +48,7 @@
48
"test": "vitest",
49
"test:browser": "vitest run --config vitest.browser.config.mts --browser=chromium",
50
"test:coverage": "vitest run --color --coverage",
51
- "test:esm": "npm run build:esm && node --test test/esm"
+ "test:esm": "npm run build:esm && node --test test/esm/*.test.mjs"
52
},
53
"repository": {
54
"type": "git",
0 commit comments