xabikos / vscode-javascript

Contains the code snippets for JavaScript (ES6) development in VS Code editor
MIT License
332 stars 137 forks source link

feat: add unit test syntax #34

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hi, this unit test syntax would be very useful for me! Hopefully you agree :-)

Thanks

ghost commented 7 years ago

Hi @xabikos did you see this PR? Is it ok?

ghost commented 7 years ago

hi @xabikos did you see this PR?

Thanks

xabikos commented 7 years ago

Hello @johnyousif

My apologies for the late reply. Thank you for the contribution and the PR you submitted.

I am not sure if you know there is a package that contains many snippets dedicated for testing. And I am sure if you search in the market place you can find some similar snippets too.

So I would prefer to keep only pure JavaScript snippets here and not add any test related ones.

Would this be a nice solution for you?

ghost commented 7 years ago

Ah that's a perfect solution, thanks @xabikos! PR closed.