-
Notifications
You must be signed in to change notification settings - Fork 490
Add unit tests for all Angular components in demo project #1513
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@shanmukhateja is it still open.. |
@sumitgsh yes this issue is still open. |
@shanmukhateja can u please guide me through like how to write test cases specific to the project , as this is my first time writing test cases in angular |
@sumitgsh I am also not an expert in unit tests. I managed to write some for the demo project as seen in linked PR but it needs work. Clone the add-unit-tests branch on my fork of this project and run |
While I tried running the ng-test under the demo folder ,it not showing any error related to "Server side The Angular Way " component.. I am thinking of writing a spec for that component is it okay with that? |
Not at all. Feel free to work on it. |
@sumitgsh hey were you able to make any progress? |
Is your feature request related to a problem? Please describe.
We need to add unit tests for demo project which serves as documentation for the library.
Describe the solution you'd like
Unit tests via
spec.ts
files for each Angular component insidedemo/src/app/
Describe alternatives you've considered
N/A
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: