TypeScript Method Stub From Test Project
Hello,
we develop behavior driven Angular applikations with Jasmine and have two or more seperate projects. One of them is a test project which only contains the test specs. For the test driven development it is very important to have the ability to directly create method stubs out of the test classes. Is there a way to enable generating method stubs out of an other project? It seams that it only works out of the same project.
Thanks in advance!
Michael
Please sign in to leave a comment.