-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Add support for Vitest VSCode Plugin and similar #31734
Copy link
Copy link
Open
Copy link
Labels
angular/build:unit-testarea: @angular/buildfeatureLabel used to distinguish feature request from other issuesLabel used to distinguish feature request from other issuesfeature: under considerationFeature request for which voting has completed and the request is now under considerationFeature request for which voting has completed and the request is now under consideration
Metadata
Metadata
Assignees
Labels
angular/build:unit-testarea: @angular/buildfeatureLabel used to distinguish feature request from other issuesLabel used to distinguish feature request from other issuesfeature: under considerationFeature request for which voting has completed and the request is now under considerationFeature request for which voting has completed and the request is now under consideration
Command
test
Description
As Angular does not provide a Vitest plugin, it can't expose a
vitest.config.tsfile to 3rd party tools such as IDEs.This means that as of today, it is impossible to use Vitest VSCode Plugin, nor WallabyJS, nor WebStorm integration etc... unless users switch to Analog plugin https://analogjs.org/docs/features/testing/vitest
Describe the solution you'd like
No response
Describe alternatives you've considered
No response