Billel Lasledj

Results 6 comments of 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` ![image](https://user-images.githubusercontent.com/10976283/185359457-217f5ee0-ef29-480f-9774-4048efca8df8.png)

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 ![image](https://user-images.githubusercontent.com/10976283/185364148-5bd94a34-5edc-40d9-88d2-62a3f6e03343.png)

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!