mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 21:03:03 -05:00
2.3 KiB
2.3 KiB
Modal testing
Author: Thomas Laforge
Statement:
NOT IMPLEMENTED YET
Submitting your work
- Fork the project
- clone it
- npm install
npx nx serve testing-modalto play with the applicationnpx nx test testing-modalto test your application with Testing Librarynpx nx component-test testing-modal --watchto test your application with Cypress- ...work on it
- Commit your work
- Submit a PR with a title beginning with Answer:20 that I will review and other dev can review.