Rahul Mukherjee
Rahul Mukherjee

Reputation: 157

"@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?

Upvotes: 3

Views: 2264

Answers (1)

Piva Gregory
Piva Gregory

Reputation: 502

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

Upvotes: 5

Related Questions