This repository was used to determine the best way to test a project generated with angular-cli on CircleCI.
- Should use Yarn instead of npm
- Should cache Yarn
- Should run unit tests with Karma through Chrome and output result in JUnit format
- Should run linter and output result in JUnit format
- Should fail CI status if unit tests or linter failed