Are there plans to integrate with the new testing API? #751
-
Edit: yes. The July 2021 release of VS Code has new language-agnostic testing APIs and UIs that are clearly inspired by this extension.
Are there plans for vscode-jest to take advantage of the new API? There's another extension out there that already does that but this one seems more mature. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
indeed, feel free to give the rc version a try and let us know how it works for you |
Beta Was this translation helpful? Give feedback.
-
inlineError is indeed supported, you can turn it on via jest.testExplorer, by |
Beta Was this translation helpful? Give feedback.
-
@JustinGrote by making them separate settings, there is no way to prevent invalid combinations, such as:
Given Typescript language service already supports the discovery for this kind of type, I hope the setting editor can be improved accordingly. |
Beta Was this translation helpful? Give feedback.
indeed, feel free to give the rc version a try and let us know how it works for you