Create .test files: VS Code extension
Been diving into unit testing and got tired of manually creating .test files with the same names. So, I built a VSCode extension to do it in just one click (well, two).
Published on Aug 30, 2024
Create .test. files is a VS Code extension that helps you create unit test files effortlessly. Simply right-click on any .js
, .ts
, .jsx
or .tsx
file in the Explorer, and select "Create .test. file" from the context menu. A matching .test.
file will be generated in the same directory, ready for you to write those all-important tests. No more excuses for not testing your code โ your test files are just a click away!
![Demo](/_next/image?url=https%3A%2F%2Fres.cloudinary.com%2Fdepkl9zb7%2Fimage%2Fupload%2Fv1725034946%2Fdemo_o2ktzu.gif&w=1920&q=75)
You can try it on Microsoft Market
P.S. This is my first venture into building an extension, so if you notice anything off, donโt hesitate to file an issue ๐