Skip to content

Commit

Permalink
chore(package): fix script "test:esm"
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Nov 10, 2024
1 parent 13ddcda commit 32942d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"size-limit": "size-limit",
"test": "jest --testPathIgnorePatterns __tests__/integration",
"test:ci": "CI=true npm test -- --ci --colors",
"test:esm": "npm run build:cjs && node --test __tests__/esm",
"test:esm": "npm run build:cjs && node --test __tests__/esm/*",
"test:integration": "npm run build && jest --coverage=false --env=jsdom __tests__/integration",
"test:watch": "npm test -- --watch"
},
Expand Down

0 comments on commit 32942d5

Please sign in to comment.