SimonTestNet / SimonTest

Repository for SimonTest questions and issues https://simontest.net
16 stars 2 forks source link

When clicking on Generate Component Tests, nothing happens #19

Closed ItsMeDelanoDev closed 7 years ago

ItsMeDelanoDev commented 7 years ago

When clicking on Generate Component Tests, nothing happens. It has before, but ever since a couple of days it does not work anymore. I removed the plugin, reinstalled it. Removed Visual Code all together, but neither helped.

OS: MacOS Sierra 10.12.6 & Latest Visual Code.

ManuelDeLeon commented 7 years ago

I'll check it out.

thekiba commented 7 years ago

I have same problem.

Dev Console Output:

Activating extension `SimonTest.simontest` failed: Cannot find module 'slash'.
t.$localShowMessage @ mainThreadExtensionService.ts:117
ManuelDeLeon commented 7 years ago

You're right. Please pick up v0.17.2.

Thanks for the help!

ManuelDeLeon commented 7 years ago

At least the break was for a good cause. Fixed an issue so when you generate a component it adds the reference to the module =)

ItsMeDelanoDev commented 7 years ago

Can confirm it is working again! Thank you very much, this is very useful as a base for quick unit testing generating!