beforeEach(() => {
    TestBed.configureTestingModule({
      declarations: [TestComponent, ButtonDirective]
    });
    fixture = TestBed.createComponent(TestComponent);