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';
describe('AdminAddComponent', () => {
let component: AdminAddComponent;
let fixture: ComponentFixture<AdminAddComponent>;
let bar = <any>{};
bar.foo = "foobar";
beforeEach(async(() => {
TestBed.configureTestingModule({
......
......@@ -5,6 +5,8 @@ import { SearchComponent } from './search.component';
describe('SearchComponent', () => {
let component: SearchComponent;
let fixture: ComponentFixture<SearchComponent>;
let bar = <any>{};
bar.foo = "foobar";
beforeEach(async(() => {
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