import { ComponentFixture, TestBed } from '@angular/core/testing';

import { VawdComponent } from './vawd.component';

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

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

    fixture = TestBed.createComponent(VawdComponent);
    component = fixture.componentInstance;
    fixture.detectChanges();
  });

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