Closed
Description
It would be nice to have ng serve
still working even a test file is not compiling.
During development, we often refactor something and want to fast check if the change still work in the browser, but we can't because we currently have to fix the unit tests first.
Would it be possible for ng serve
to only compile the main files and not the specs?