-
Notifications
You must be signed in to change notification settings - Fork 9
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
Include Unit Tests #5
Comments
Should switch over to another testing framework, such as Mocha, since Karma doesn't support Node v0.12 |
I am very new to JS side of world and any PR for that is always welcomed. I should be able to fairly adapt to it once I have some help on the initial tests. |
I'm a novice at unit testing. I was mistaken with what I wrote earlier. Karma is a testing environment where as Mocha is a testing framework. I'm not sure if there is an alternative to Karma other then Protractor. Angular Developers might be stuck using Node 0.10 Edit: Doin more research to get a better understanding. |
Looks like there's an issue with karma-phantomjs-launcher and doesn't run on fresh scaffold Made PR: #11 |
Should look at integrating protractor for end-to-end testing and also using cucumber/gherkin |
Fixed this by adding appropriate unit test cases. |
Hey, I am in need of help in developing unit tests for this project and any help for this would be great.
The text was updated successfully, but these errors were encountered: