Skip to content

Commit

Permalink
chore(scripts): Update test:unit script
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy351 committed Nov 1, 2024
1 parent a66723b commit e644798
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 @@ -17,7 +17,7 @@
"clean": "rm -rf internal/*/dist packages/*/dist plugins/*/dist",
"watch": "npm run build -- --watch",
"test": "npm-run-all test:*",
"test:unit": "cross-env BUILD_TARGET=node ESM_IMPORT_DISABLED=1 jest",
"test:unit": "cross-env ESM_IMPORT_DISABLED=1 jest",
"test:integration": "jest --config jest.integration.config.ts",
"test:browser": "jest --config integration/browser/jest.config.js",
"preinstall": "npx only-allow pnpm",
Expand Down

0 comments on commit e644798

Please sign in to comment.