colinskow / angular-electron-dream-starter

:tada: An Angular Electron Starter kit featuring Webpack, Angular 4 (Router, Http, Forms, Services, ngrx, Tests, E2E, Coverage), Karma, Spectron, Jasmine, Istanbul, and TypeScript
MIT License
163 stars 54 forks source link

False positive e2e tests. #15

Closed readme42 closed 7 years ago

readme42 commented 7 years ago

See this fork. I modified the test, but when I build and test, all tests are green. https://github.com/readme42/angular-electron-dream-starter/tree/bugfix/brokenEnd2EndTests

readme42 commented 7 years ago

Upgrading chai-as-promised to v7.1.x seems to solve this.

colinskow commented 7 years ago

Okay, I have upgraded in the main repo. Feel free to re-open if not solved.