Billel Lasledj
Billel Lasledj
attract more contributors and leveraging the community would be a good idea for making this lib live longer and keep it maintained, encouraging others to share ownership of the project...
As workaround, adding the option `no-cache: true` or `cache: false` in angular.json worked. ```ts "test": { "builder": "@angular-builders/jest:run", "options": { "no-cache": true } } ```
Same error with `ng test --cache false` 
Hello, thanks for your response. I updated my project to use `14.0.2-beta.1` and I'm having the same error. I think `no-cache` is the conflicting command and not `cache`. tested it...
Hello, same error with angular v14 
Back to compiler 4 solve the problem, but it would be nice to upgrade to angular 5 compiler and rxjs 5.5.2 (like @angular-redux/store) in the future. Thanks!