I've recently switched to Jest for unit testing
Previously I was doing this:
ng test --configuration=unit-tests
But I am not sure how to run my Jest tests with an Angular configuration, I want something like this:
jest --configuration=unit-tests
How do I run my Jest tests with a specified Angular configuration?