After installing angular cli, I ran the below commands and able to open the application on browser.
ng new my-dream-app
cd my-dream-app
ng serve
But inorder to do testing, executed ng test command, but getting the below issue. Not sure how to proceed further.

Could you please let me know if i did any mistake.