Skip to content

Commit 26aa292

Browse files
committed
📝 Update Vite article re: WebStorm support.
1 parent 0c6aa28 commit 26aa292

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

content/posts/porting-cra-to-vite-2/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,16 @@ annoyance more than any kind of hindrance.
569569
Unless Create React App is a hard requirement I will likely give Vite a chance with the next project I get to spin up
570570
from scratch. Thank you for stopping by, I hope you found something useful here.
571571

572+
## Update 2022-11-28
573+
574+
As of [WebStorm 2022.3][ws2022_3] Vite and Vitest are now fully integrated into the IDE as first class citizens - no more third party
575+
plugins needed:
576+
577+
{{< figure
578+
src="webstorm_vitest.png"
579+
alt="displaying WebStorm's test runner running Vitest tests"
580+
caption="WebStorm's test runner! Yay!"
581+
default="true" >}}
572582

573583
[vtst]: https://vitest.dev/ 'Vite-native unit test framework'
574584
[tstl]: https://testing-library.com/ 'Simple and complete testing utilities that encourage good testing practices'
@@ -578,4 +588,5 @@ from scratch. Thank you for stopping by, I hope you found something useful here.
578588
[int]: https://vitest.dev/guide/ide.html#intellij-webstorm-community 'Vitest recommended integration'
579589
[run]: https://plugins.jetbrains.com/plugin/19220-vitest-runner 'Vitest Runner'
580590
[van]: https://github.com/code-chimp/vanilla-redux-template 'My base template for new Redux projects'
591+
[ws2022_3]: https://www.jetbrains.com/webstorm/whatsnew/2022-3/ 'What’s new in WebStorm 2022.3'
581592

210 KB
Loading

0 commit comments

Comments
 (0)