Nx
Enterprise
Nx
Sign in / Sign up
Open main menu
Nx
GitHub
Select a tab
Overview
Runs
Analytics
Nx
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix status
Filter
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
33657
6ae1a0aa chore(misc): use snapshot tests for clarity
24 hours ago
by jaysoo
Succeeded
33657
9b0dfd05 chore(misc): use snapshot tests for clarity [Self-Healing CI Rerun]
4 days ago
by nx-cloud[bot]
Failed
33657
d3340934 chore(misc): use snapshot tests for clarity
4 days ago
by jaysoo
Succeeded
33657
2454848f fix(testing): remove --no-experimental-strip-types flag and add CJS migration ## Current Behavior On Node.js v24+, the `@nx/jest/plugin` sets `--no-experimental-strip-types` in NODE_OPTIONS which causes an error: "node: --no-experimental-strip-types is not allowed in NODE_OPTIONS". Additionally, `jest.config.ts` files using ESM syntax (`export default`, `import`) fail to load correctly under Node.js type-stripping when the project is configured for CommonJS. ## Expected Behavior - Remove the NODE_OPTIONS manipulation that adds `--no-experimental-strip-types` - Add a migration (22.2.0-beta.2) that converts `jest.config.ts` files from ESM to CJS syntax for projects using `@nx/jest/plugin` - The migration only runs when `@nx/jest/plugin` is registered in `nx.json` - Projects with `type: module` are warned as they're incompatible with the plugin - Files using ESM-only features (import.meta, top-level await) are skipped with a warning for manual conversion ## Related Issue(s) Fixes NXC-3541 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
4 days ago
by jaysoo
Previous page
Previous
Next
Next page