Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix spec for AgmMapComponent #45

Closed
jimmykane opened this issue Apr 27, 2018 · 0 comments
Closed

Fix spec for AgmMapComponent #45

jimmykane opened this issue Apr 27, 2018 · 0 comments
Assignees

Comments

@jimmykane
Copy link
Owner

jimmykane commented Apr 27, 2018

The spec here https://github.com/jimmykane/quantified-self/blob/master/src/app/components/cards/event/map/agm/event.card.map.agm.component.spec.ts
which is commented out has some wierd dependency or component error.

@bellostom it would be great if you could solve it.
try to either comment out the current code or just create a new spec.

The current problem is that:

beforeEach(async(() => {
    // TestBed.configureTestingModule({
    //   declarations: [
    //     EventCardMapAGMComponent, MatProgressBar, MatList, MatListItem, MatCheckbox,
    //     MatCardContent, MatRipple, MatIcon, MatCard, ActivitiesCheckboxesComponent,
    //     AgmMap, AgmPolyline, AgmPolylinePoint, AgmMarker, AgmInfoWindow, ActivityHeaderComponent,
    //     MatDivider
    //   ]
    // })
    //   .compileComponents();
  }));

when the above is called it says that some components could not be loaded. Probably I have something wrong in my mind and took more than 2 hours to solve it with no success .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants