Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test: Fix project setup to include tests in testing/ subdirectory
The previous angular configuration only compiled the src/ directory, completely ignoring testing/, which caused the tests therein to never execute. The fix pulls up the ‘root’ directory by one level, so both src/ and testing/ are included. It also limits the compilation to those two, exclusively, in order to not run the specs projects/demo and projects/schematics. These are tested by dedicated scripts.
- Loading branch information