Merge commit '06316e17152006aa1395930ad76efb0b86d46657' as 'frontend'
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
import { ComponentFixture, TestBed } from '@angular/core/testing'
|
||||
|
||||
import { RemoveConfirmComponent } from './remove-confirm.component'
|
||||
import { MatDialogModule } from '@angular/material/dialog'
|
||||
|
||||
describe('RemoveConfirmComponent', () => {
|
||||
let component: RemoveConfirmComponent
|
||||
let fixture: ComponentFixture<RemoveConfirmComponent>
|
||||
|
||||
beforeEach(() => {
|
||||
TestBed.configureTestingModule({
|
||||
declarations: [RemoveConfirmComponent],
|
||||
imports: [MatDialogModule],
|
||||
})
|
||||
fixture = TestBed.createComponent(RemoveConfirmComponent)
|
||||
component = fixture.componentInstance
|
||||
fixture.detectChanges()
|
||||
})
|
||||
|
||||
it('should create', () => {
|
||||
expect(component).toBeTruthy()
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user