mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-11 05:13:02 -05:00
1.3 KiB
1.3 KiB
Input / Output testing
Author: Thomas Laforge
Information
...
Statement:
....
Submitting your work
- Fork the project
- clone it
- npm install
npx nx serve testing-input-outputto play with the applicationnpx nx test testing-input-outputto test your application with Testing Librarynpx nx component-test testing-input-output --watchto test your application with Cypress- ...work on it
- Commit your work
- Submit a PR with a title beginning with Answer:19 that I will review and other dev can review.