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
async was removed in Angular 12
The spec of counter component i.e. "counter.component.spec.ts"
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
To Reproduce
Module '"@angular/core/testing"' has no exported member 'async'.
Check screenshot
Expected behavior async was deprecated because it conflicted with the JavaScript async keyword. waitForAsync does the same thing: it wraps an asynchronous test function and ensures Angular waits for async tasks