Dimitrios Douras

Results 4 comments of Dimitrios Douras

@skynet2 yes I use angular-cli Here's a simple snippet of my spec file ``` import { ComponentFixture, TestBed } from '@angular/core/testing'; import { NO_ERRORS_SCHEMA } from '@angular/core'; import { GooglePlaceModule...

thanks @skynet2 I now get another error. ``` TypeError: undefined is not a function (evaluating 'this.autocomplete.addListener('place_changed', function () { _this.handleChangeEvent(); })') in http://localhost:9876/_karma_webpack_/vendor.bundle.js (line 213559) ``` Do you think there...

Unfortunately, still same issue, I guess this needs to be addressed as Karma is very commonly used with Angular 4/5

thanks @skynet2 , I use karma/jasmine/phantomJS for all tests/mocks, no specific mock library