How to debug HeadlessChrome 0.0.0 (Linux 0.0.0) ERROR { “isTrusted”: true } in Angular 6 unit test?
问题 When I run my test suite, I get an error in a totally different unit test than the one I've been working in. What am I doing wrong? HeadlessChrome 0.0.0 (Linux 0.0.0) ERROR { "isTrusted": true } It is then followed by some build steps and the following error during test execution: HeadlessChrome 0.0.0 (Linux 0.0.0) ERROR An error was thrown in afterAll [object ErrorEvent] thrown If I comment out certain tests, say in class A, another test fails in Component B. If I comment those out, another