diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-14 12:24:53 +0200 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-14 12:24:53 +0200 |
| commit | 988c09b9233fd356b056b62593494772a2061993 (patch) | |
| tree | d1a4f1b812a4a30ff4678715fd05e84dcf01acf9 /src/app/app-shell/app-shell.component.spec.ts | |
| parent | 6c57d7535aefbd5eef591a50400e4530e5b8798d (diff) | |
| download | DevHive-Angular-988c09b9233fd356b056b62593494772a2061993.tar DevHive-Angular-988c09b9233fd356b056b62593494772a2061993.tar.gz DevHive-Angular-988c09b9233fd356b056b62593494772a2061993.zip | |
Removed unused app-shell component
Diffstat (limited to 'src/app/app-shell/app-shell.component.spec.ts')
| -rw-r--r-- | src/app/app-shell/app-shell.component.spec.ts | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src/app/app-shell/app-shell.component.spec.ts b/src/app/app-shell/app-shell.component.spec.ts deleted file mode 100644 index 2c4fabc..0000000 --- a/src/app/app-shell/app-shell.component.spec.ts +++ /dev/null @@ -1,25 +0,0 @@ -import { ComponentFixture, TestBed } from '@angular/core/testing'; - -import { AppShellComponent } from './app-shell.component'; - -describe('AppShellComponent', () => { - let component: AppShellComponent; - let fixture: ComponentFixture<AppShellComponent>; - - beforeEach(async () => { - await TestBed.configureTestingModule({ - declarations: [ AppShellComponent ] - }) - .compileComponents(); - }); - - beforeEach(() => { - fixture = TestBed.createComponent(AppShellComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); - - it('should create', () => { - expect(component).toBeTruthy(); - }); -}); |
