When I run the ng test, after running the tests, I only see this:
although the console shows that all the tests have been completed
Jasmine window appears at the time of the tests and then disappears. How can I see the test result in the browser?
When I run the ng test, after running the tests, I only see this:
although the console shows that all the tests have been completed
Jasmine window appears at the time of the tests and then disappears. How can I see the test result in the browser?
Source: https://ru.stackoverflow.com/questions/629116/
All Articles