You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
peer dependency for cli-plugin-unit-jest is ts-node 27, which peer dependency for TS is < 5.0. Because of that, no Vue project can use TS >= 5.0 with any tests (same story for mocha plugin).
It's been quite a long time since TS 5.0 release, and Vue claims that TS has first-class support.
What does the proposed API look like?
peer dependency for cli-plugin-unit-jest should include ts-node >= 28
The text was updated successfully, but these errors were encountered:
What problem does this feature solve?
peer dependency for cli-plugin-unit-jest is ts-node 27, which peer dependency for TS is < 5.0. Because of that, no Vue project can use TS >= 5.0 with any tests (same story for mocha plugin).
It's been quite a long time since TS 5.0 release, and Vue claims that TS has first-class support.
What does the proposed API look like?
peer dependency for cli-plugin-unit-jest should include ts-node >= 28
The text was updated successfully, but these errors were encountered: