-
Notifications
You must be signed in to change notification settings - Fork 61
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
Please add a unit testing chapter in the tutorial #147
Comments
These tutorials are considered for beginners. Unit testing is a more advanced and big topic that is certainly not required to build an example app like Socially. For those who wants more, we could provide only links to resources - there are bunch of articles and other types of information online how to test Angular components and Meteor particularly. @Urigo what do you think? |
Meteor is using Velocity, Angular 2 is using Jasmine. So really needs some guide for which one should be used. |
I think this is a good idea. |
Moved to angular-meteor-docs. |
Right now, there is not too much info about unit-testing for angular-meteor project, let alone angular2-meteor project.
If possible, please add a unit testing chapter in the tutorial! It will help a lot.
Thanks
The text was updated successfully, but these errors were encountered: