I get "done is not a function" errors when I pass in a done callback. This is caused by the following bug in jest-preset-angular: https://github.com/thymikee/jest-preset-angular/pull/357
I upgraded my local version of jest-preset-angular, but @angular-builders/jest is still using the 8.0.0 version, which has the issue.
I replaced the node_modules/@angular-builders/jest/node_modules/jest-preset-angular with the new 8.1.2 version and with that version everything works, but I have no "proper" way to override the dependency version.
Could you please upgrade to 8.1.2?
Libs
- @angular/core version: 9.0.4
- @angular-devkit/build-angular version: ~0.900.4
- @angular-builders/jest version: 9.0.0
For Tooling issues:
- Node version: v13.8.0
- Platform: Mac
Sure. Would you like to make a PR?
The fix should be available in the next beta build within a few minutes (I think it should be @angular-builders/[email protected]).
Update: it's fixed in @angular-builders/[email protected]
Awesome! Thanks for the quick action!
Most helpful comment
Update: it's fixed in
@angular-builders/[email protected]