|
|
@ -1,14 +1,14 @@
|
|
|
|
import { ComponentFixture, TestBed } from '@angular/core/testing';
|
|
|
|
import {ComponentFixture, TestBed} from "@angular/core/testing";
|
|
|
|
|
|
|
|
|
|
|
|
import { DrawerPageContentComponent } from './drawer-page-content.component';
|
|
|
|
import {DrawerPageContentComponent} from "./drawer-page-content.component";
|
|
|
|
|
|
|
|
|
|
|
|
describe('DrawerPageContentComponent', () => {
|
|
|
|
describe("DrawerPageContentComponent", () => {
|
|
|
|
let component: DrawerPageContentComponent;
|
|
|
|
let component: DrawerPageContentComponent;
|
|
|
|
let fixture: ComponentFixture<DrawerPageContentComponent>;
|
|
|
|
let fixture: ComponentFixture<DrawerPageContentComponent>;
|
|
|
|
|
|
|
|
|
|
|
|
beforeEach(async () => {
|
|
|
|
beforeEach(async () => {
|
|
|
|
await TestBed.configureTestingModule({
|
|
|
|
await TestBed.configureTestingModule({
|
|
|
|
declarations: [ DrawerPageContentComponent ]
|
|
|
|
declarations: [DrawerPageContentComponent]
|
|
|
|
})
|
|
|
|
})
|
|
|
|
.compileComponents();
|
|
|
|
.compileComponents();
|
|
|
|
});
|
|
|
|
});
|
|
|
@ -19,7 +19,7 @@ describe('DrawerPageContentComponent', () => {
|
|
|
|
fixture.detectChanges();
|
|
|
|
fixture.detectChanges();
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
it('should create', () => {
|
|
|
|
it("should create", () => {
|
|
|
|
expect(component).toBeTruthy();
|
|
|
|
expect(component).toBeTruthy();
|
|
|
|
});
|
|
|
|
});
|
|
|
|
});
|
|
|
|
});
|
|
|
|