docs: reference vitest-base config - #33054
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the default Vitest configuration filename from vitest.config.ts to vitest-base.config.ts within the unit-test builder schema and the Karma-to-Vitest migration schematic. Feedback was provided to improve the migration warning message by explicitly mentioning the need to enable the runnerConfig option and refining the formatting of the file reference.
|
Can you also please update the commit type to |
9b82c83 to
e60880c
Compare
…itest migration warning
…a runnerConfig description
e60880c to
d619279
Compare
|
Commit type and PR title are now |
alan-agius4
left a comment
There was a problem hiding this comment.
LGTM, thanks for your contribution.
|
This PR was merged into the repository. The changes were merged into the following branches:
|
|
This pull request has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
PR Checklist
Please check to confirm your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Current documentation mistakenly still references
vitest.config.tsas an example to apply Vite config customizations.What is the new behavior?
Documentation now references the correct
vitest-base.config.tsas an example to apply Vite config customizations, both in the unit test schema and the Karma-to-Vite migration message.Does this PR introduce a breaking change?
Other information