Hi everyone, I’m a newbie trying to implement unit tests for my project, using Ionic Angular with the standalone mode. I tried to create a new project Angular and chose the standalone mode with blank mode, after finishing, I tried to run npm test to run a basic test, and It completed with no error and showed the report test. But the report doesn’t show Jasmine’s window (Screenshot 2024-08-01 at 1.23.23 PM.png - Google Drive)
I tried again to create a new project with NgModules mode but It was fine. I didn’t have an issue.
I using latest version