"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var testing_1 = require("@angular/core/testing");
var cory_layout_1 = require("../../src/angular/layout/cory-layout");
describe('Layout', function () {
beforeEach(function () {
testing_1.TestBed.configureTestingModule({ declarations: [cory_layout_1.Layout] });
});
it('should work', function () {
// let fixture = TestBed.createComponent(Page);
// expect(fixture.componentInstance instanceof Page).toBe(true, 'should create a Page');
});
});