-
-
Notifications
You must be signed in to change notification settings - Fork 344
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
Add more unit testing to this sample #103
Comments
Thanks @georgeedwards, I have the necessary setup in place in this app, see https://github.com/NativeScript/sample-Groceries#unit-testing and https://github.com/NativeScript/sample-Groceries/blob/master/app/tests/shared/user/user.spec.ts, but obviously this is very simplistic. I have more detailed tests on my to-do list, and as always PRs with more tests are welcome 😀 |
Just changed the title to better reflect what needs to be done here; we have tests but they’re a bit too simplistic at the moment. Marking this as a Help Wanted issue, as this would be a great community contribution. |
@tjvantoll - I'd love to attempt to help with this, as I want to level up my own understanding in the process. I am unable to get set up in other projects in the same way though, due to #245 . Any ideas? |
Hey @tjvantoll , I actually made it past that step I was having trouble with in #245, I will update the issue now. I've hit some more road blocks, but will continue my work tomorrow. |
There doesn't seem to be much info on unit testing Angular2 anywhere, let alone with Nativescript. A practical example would be really helpful, as I have been running into issues trying to do it myself.
The text was updated successfully, but these errors were encountered: