beforeEach(async(() => {
    TestBed.configureTestingModule({
      imports: [StoreModule.provideStore({ houses })],
      declarations: [ListingComponent],
      schemas: [NO_ERRORS_SCHEMA],