-
fix(testing): enforce commonjs module for ts-jest (#30681)
发布于
2025-04-11 14:47:34 +00:00 Current Behavior
The
@nx/jestgraph plugin and the@nx/jest:jestexecutor correctly
force themoduleResolution: node10to be used byts-node(used by
ts-jest), but don't force usingmodule: commonjs, which can result
in issues due to incompatiblemodule/moduleResolutionpair.Expected Behavior
The
@nx/jestgraph plugin and the@nx/jest:jestexecutor should
force themoduleResolution: node10andmodule: commonjscompiler
options to be used byts-node.Related Issue(s)
Fixes #
下载附件