allenhwkim / ngentest

Angular6+ Unit Test Generator For Components, Directive, Services, and Pipes
https://ngentest.github.io
MIT License
144 stars 60 forks source link

Plugin is not working with NX15 #61

Closed shilpimogha closed 1 year ago

shilpimogha commented 1 year ago

Hi team, Is there any plan to upgrade the plugin to work with NX14 and NX15.

allenhwkim commented 1 year ago

Please provide a step to reproduce it. I am not using NX14 and NX15, but using Angular without it. I will close this and reopen this when a detail is provided.

Also version 1.5.0 is released It removed Angular dependency by parsing code directly instead of using require-from-string https://github.com/allenhwkim/ngentest/pull/63

Please upgrade your command to 1.5.0, npm install ngentest@1.5.0 -D