Following How to globally set the preserveWhitespaces option in Angular to false? I set my configuration to disable white space preservation globally but when I run my tests this is not honored.
How does one set this for tests. I tried manually configuring the tsconfig.spec.json
but that had no positive effect.