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

import { ShownotificationacceptanceComponent } from './shownotificationacceptance.component';

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

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

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

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