You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: thymikee/jest-preset-angular#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.
Describe the Bug
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: thymikee/jest-preset-angular#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?
Environment
The text was updated successfully, but these errors were encountered: