allenhwkim / ngentest

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

if components refer to class definitions : ngentest fails #53

Closed AngularTx closed 3 years ago

AngularTx commented 3 years ago

If components refer to class definitions and having functions : ngentest fails

eg: Basic Component but we import class definition , then we get error 'cannot find module' . But that is a class definition.

Eg: export class XYZ { .... }

Please let me know how to handle this issue. Thanks