Reputation: 157
I am trying to import waitForAsync from '@angular/core/testing'. I am getting this error:
Module '"@angular/core/testing"' has no exported member 'waitForAsync'.ts(2305)
Any idea why?
Upvotes: 3
Views: 2264
Reputation: 502
waitForAsync only exists since Angular v10. It comes to replace async.
Upvotes: 5