Feb 8, 2021
Hi Jacob,
thank you for the article.
`ng config projects.<your-project>.architect.test.builder @angular-builders/custom-webpack:browser`
is a typo.
It produces an error `Unknown option: '--browsers'`
Using
`ng config projects.<your-project>.architect.test.builder @angular-builders/custom-webpack:karma`
instead works well.