-
Notifications
You must be signed in to change notification settings - Fork 915
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
Improve / add more unit tests #177
Labels
Comments
shootermv
added a commit
to shootermv/angular-ngrx-material-starter
that referenced
this issue
May 9, 2018
shootermv
added a commit
to shootermv/angular-ngrx-material-starter
that referenced
this issue
May 10, 2018
feat(shared): add tests tomastrajan#177
shootermv
added a commit
to shootermv/angular-ngrx-material-starter
that referenced
this issue
May 10, 2018
tests use 'Host' element
shootermv
added a commit
to shootermv/angular-ngrx-material-starter
that referenced
this issue
May 11, 2018
trying remove lint errors
shootermv
added a commit
to shootermv/angular-ngrx-material-starter
that referenced
this issue
May 12, 2018
shootermv
added a commit
to shootermv/angular-ngrx-material-starter
that referenced
this issue
May 14, 2018
shootermv
added a commit
to shootermv/angular-ngrx-material-starter
that referenced
this issue
May 16, 2018
using debugElement instead of nativeElement
shootermv
added a commit
to shootermv/angular-ngrx-material-starter
that referenced
this issue
May 17, 2018
using create Element method
tomastrajan
added a commit
that referenced
this issue
May 19, 2018
feat(unit-test): add test for action of big input action component #177
Closing this issue because it is too generic, will open additional issues (one per component / feature) to better track progress and to introduce ability to close issues with the commit message. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently repository contains only test stubs generated by Angular CLI (for the corresponding components and services).
These test stubs contains only necessary imports so that the basic
expect(component).toBeTruthy();
style test passes.We need to improve tests to serve as a example for the users of this repository.
Tests can be added in step by step fashion with one PR corresponding to the tests of one component / service to keep the required effort low but please feel free to add more ;)
ps: please use commit message in format like
feat(examples): add tests, #<issue-number>
, just replaceexamples
with applicable application part.The text was updated successfully, but these errors were encountered: