Nx
Enterprise
Nx
Overview
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
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Filter
Filter exact branch match
Exact
Select status
Succeeded
20.8.0-beta.1
259561ff fix(testing): enforce commonjs module for ts-jest (#30681) ## Current Behavior The `@nx/jest` graph plugin and the `@nx/jest:jest` executor correctly force the `moduleResolution: node10` to be used by `ts-node` (used by `ts-jest`), but don't force using `module: commonjs`, which can result in issues due to incompatible `module`/`moduleResolution` pair. ## Expected Behavior The `@nx/jest` graph plugin and the `@nx/jest:jest` executor should force the `moduleResolution: node10` and `module: commonjs` compiler options to be used by `ts-node`. ## Related Issue(s) Fixes #
5 days ago
by FrozenPandaz
Failed
20.8.0-beta.1
77e60c32 fix(core): log more information when `ProjectConfigurationsError` is thrown (#30661) ## Current Behavior When the `ProjectConfigurationsError` is thrown, no helpful information is logged. ## Expected Behavior When the `ProjectConfigurationsError` is thrown, helpful information should be logged. It replicates the handling previously done for `ProjectGraphError`. ## Related Issue(s) Fixes #
6 days ago
by FrozenPandaz