Skip to content

Commit c994ae0

Browse files
test(package): fix ESM test command
1 parent 56e968d commit c994ae0

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
@@ -17,7 +17,7 @@
1717
"prepublishOnly": "npm run lint && npm run lint:tsc && npm run test:ci && npm run test:esm && npm run clean && npm run build",
1818
"test": "jest",
1919
"test:ci": "CI=true jest --ci --colors --coverage",
20-
"test:esm": "npm run build && node --test src",
20+
"test:esm": "npm run build && node --test **/*.test.mjs",
2121
"test:watch": "jest --watch"
2222
},
2323
"repository": {

0 commit comments

Comments
 (0)