Skip to content

Commit

Permalink
Fix testing
Browse files Browse the repository at this point in the history
  • Loading branch information
leomendoza123 committed Nov 23, 2023
1 parent 5a519ab commit 938e7a4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/app/register2/components/step-d/step-d.component.spec.ts
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
import { ComponentFixture, TestBed } from '@angular/core/testing'

import { StepCComponent } from './step-d.component'
import { StepDComponent } from './step-d.component'

describe('StepCComponent', () => {
let component: StepCComponent
let fixture: ComponentFixture<StepCComponent>
let component: StepDComponent
let fixture: ComponentFixture<StepDComponent>

beforeEach(() => {
TestBed.configureTestingModule({
declarations: [StepCComponent],
declarations: [StepDComponent],
}).compileComponents()
})

beforeEach(() => {
fixture = TestBed.createComponent(StepCComponent)
fixture = TestBed.createComponent(StepDComponent)
component = fixture.componentInstance
fixture.detectChanges()
})
Expand Down

0 comments on commit 938e7a4

Please sign in to comment.