VICE / Client / src / app / firmware-engineer / firmware-engineer.component.spec.ts
firmware-engineer.component.spec.ts
Raw
import { ComponentFixture, TestBed } from '@angular/core/testing';

import { FirmwareEngineerComponent } from './firmware-engineer.component';

describe('FirmwareEngineerComponent', () => {
  let component: FirmwareEngineerComponent;
  let fixture: ComponentFixture<FirmwareEngineerComponent>;

  beforeEach(async () => {
    await TestBed.configureTestingModule({
      declarations: [ FirmwareEngineerComponent ]
    })
    .compileComponents();
  });

  beforeEach(() => {
    fixture = TestBed.createComponent(FirmwareEngineerComponent);
    component = fixture.componentInstance;
    fixture.detectChanges();
  });

  it('should create', () => {
    expect(component).toBeTruthy();
  });
});