Error: zone-testing.js is needed for the fakeAsync() test helper but could not be found. When running test on Angular webapp using serenityJS+Jasmine
Hello little bit late to answer but I leave the comment here for future reference: ERROR ORIGIN In my case, the error was found in the test.ts file. This file sets the TestBed config that is used by default in Angular spec files when created with the command ng generate component my-component. SOLUTION The fix … Read more