This PR requires https://github.com/nrwl/nx/pull/758 ## Current Behavior The option to generate an application with a unit-test-runner of jest is not available ## Expected Behavior User is able to generate an application which uses jest to run unit tests via: ```sh ng g jest ng g app jest-app --unit-test-runner jest ng test jest-app ```