Commit 64f25bf0 authored by Xiaoyu Yang's avatar Xiaoyu Yang
Browse files

properties question

parent 6baf2998
...@@ -5,6 +5,8 @@ import { AdminAddComponent } from './admin-add.component'; ...@@ -5,6 +5,8 @@ import { AdminAddComponent } from './admin-add.component';
describe('AdminAddComponent', () => { describe('AdminAddComponent', () => {
let component: AdminAddComponent; let component: AdminAddComponent;
let fixture: ComponentFixture<AdminAddComponent>; let fixture: ComponentFixture<AdminAddComponent>;
let bar = <any>{};
bar.foo = "foobar";
beforeEach(async(() => { beforeEach(async(() => {
TestBed.configureTestingModule({ TestBed.configureTestingModule({
......
...@@ -5,6 +5,8 @@ import { SearchComponent } from './search.component'; ...@@ -5,6 +5,8 @@ import { SearchComponent } from './search.component';
describe('SearchComponent', () => { describe('SearchComponent', () => {
let component: SearchComponent; let component: SearchComponent;
let fixture: ComponentFixture<SearchComponent>; let fixture: ComponentFixture<SearchComponent>;
let bar = <any>{};
bar.foo = "foobar";
beforeEach(async(() => { beforeEach(async(() => {
TestBed.configureTestingModule({ TestBed.configureTestingModule({
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment