-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to write tests? #4
Comments
I've had some success using karma/jasmine/gulp to do TDD w/ TypeScript. Let me know if you'd like to see a boilerplate repo I have, maybe I can modify it and submit a PR. |
@johnjelinek I'd love to see a boilerplate! Wouldn't ask you to submit a PR—unless you feel like doing it—because I'm just starting learning about it. Can you show me the boilerplate? |
My boilerplate relies on |
I would be happy to see that boilerplate. |
OK, I'll get it ready to be published. I'll see if I can upgrade the version of ng2 too. — On Thu, Sep 10, 2015 at 6:10 AM, Dan [email protected] wrote:
|
Thanks for the initiative! I'd love to discover a good workflow to do TDD in Angular2 typescript. Can you add an example?
The text was updated successfully, but these errors were encountered: