Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"@angular/core/testing"' has no exported member 'waitForAsync'

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?

like image 930
Rahul Mukherjee Avatar asked Jul 26 '26 15:07

Rahul Mukherjee


1 Answers

waitForAsync only exists since Angular v10. It comes to replace async.

like image 107
Piva Gregory Avatar answered Jul 28 '26 06:07

Piva Gregory



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!