|
|
|
@ -1,8 +1,8 @@
|
|
|
|
|
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 fixture: ComponentFixture<DrawerPageContentComponent>;
|
|
|
|
|
|
|
|
|
@ -19,7 +19,7 @@ describe('DrawerPageContentComponent', () => {
|
|
|
|
|
fixture.detectChanges();
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
it('should create', () => {
|
|
|
|
|
it("should create", () => {
|
|
|
|
|
expect(component).toBeTruthy();
|
|
|
|
|
});
|
|
|
|
|
});
|
|
|
|
|