My tests are running in dev mode (isDevMode()
returns true
). Now, for one specific test, I want to test the components behavior in production mode.
What is best practice for this? Can I just turn on enableProdMode()
or should I write a whole spec or even a suite for this?