allenhwkim / ngentest

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

Feature Request #31

Closed t0n1n3 closed 4 years ago

t0n1n3 commented 4 years ago

In the func-test-gen.js we can add the two more statements in the ignore list.

i.e.

      'ContinueStatement',
      'DebuggerStatement'

Thanks

allenhwkim commented 4 years ago

good idea please create a PR for this.

t0n1n3 commented 4 years ago

Created the pull request.

allenhwkim commented 4 years ago

merged