auto migrate standalone components
This commit is contained in:
@@ -9,8 +9,8 @@ describe('MonitorComponent', () => {
|
||||
beforeEach(
|
||||
waitForAsync(() => {
|
||||
void TestBed.configureTestingModule({
|
||||
declarations: [MonitorComponent],
|
||||
}).compileComponents();
|
||||
imports: [MonitorComponent],
|
||||
}).compileComponents();
|
||||
}),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user