|
@@ -1,23 +0,0 @@
|
|
-import { ComponentFixture, TestBed } from '@angular/core/testing';
|
|
|
|
-
|
|
|
|
-import { AssociationAi } from './association-ai';
|
|
|
|
-
|
|
|
|
-describe('AssociationAi', () => {
|
|
|
|
- let component: AssociationAi;
|
|
|
|
- let fixture: ComponentFixture<AssociationAi>;
|
|
|
|
-
|
|
|
|
- beforeEach(async () => {
|
|
|
|
- await TestBed.configureTestingModule({
|
|
|
|
- imports: [AssociationAi]
|
|
|
|
- })
|
|
|
|
- .compileComponents();
|
|
|
|
-
|
|
|
|
- fixture = TestBed.createComponent(AssociationAi);
|
|
|
|
- component = fixture.componentInstance;
|
|
|
|
- fixture.detectChanges();
|
|
|
|
- });
|
|
|
|
-
|
|
|
|
- it('should create', () => {
|
|
|
|
- expect(component).toBeTruthy();
|
|
|
|
- });
|
|
|
|
-});
|
|
|