Open skrtheboss opened 1 month ago
Hi, we reverted the change because it caused breaking change. We will introduce a temporarily flag to support this.
A suggested flag name is useModernResolution
Duplicated with #4198
Hi @ahnpnl, Thank you for the feedback! I should have found this issue myself 🤦♂️. I'm okay with whatever you think is best!
Version
29.2.5
Steps to reproduce
pnpm install
pnpm nx run eslint-rules:test --skip-nx-cache --no-cache
FAIL eslint-rules rules/my-custom-rule.spec.ts ● Test suite failed to run
PASS eslint-rules rules/a-my-custom-rule.spec.ts
Test Suites: 1 failed, 1 passed, 2 total Tests: 1 passed, 1 total Snapshots: 0 total Time: 4.012 s Ran all test suites. Warning: command "jest --no-cache" exited with non-zero status code —————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————
NX Ran target test for project eslint-rules (6s)
✖ 1/1 failed ✔ 0/1 succeeded [0 read from cache]
PASS eslint-rules rules/my-custom-rule.spec.ts ● Console
PASS eslint-rules rules/a-my-custom-rule.spec.ts
Test Suites: 2 passed, 2 total Tests: 2 passed, 2 total Snapshots: 0 total Time: 4.097 s Ran all test suites.