Hi All,
The implementation of Jasmine along with Karma has been done in our Angular app.
We need to run ng test in order to test the component specs file and the testing cases written under it.
All the associated dependencies and required mocking of services and constants have been made in correspondence spec file of components.
Now we need to write individual test cases under each component to check the functional requirement of our app.
NOTE: From now on we need to check ng test along with ng serve --prod when taking Build and resolve the errors of dependencies as respectively.
cc- Samir
Thanks
Hi All,
The implementation of Jasmine along with Karma has been done in our Angular app.
We need to run ng test in order to test the component specs file and the testing cases written under it.
All the associated dependencies and required mocking of services and constants have been made in correspondence spec file of components.
Now we need to write individual test cases under each component to check the functional requirement of our app.
NOTE: From now on we need to check ng test along with ng serve --prod when taking Build and resolve the errors of dependencies as respectively.
cc- Samir
Thanks