Hi,
I created new project from here https://github.com/driftyco/ionic-starter-super and followed the instructions in the blog http://lathonez.github.io/2016/ionic-2-unit-testing/ to enable unit testing however faced couple issues. First, the source maps seems to be generated but when debugging unit tests it is not working. When you click on .ts file it opens js transpiled file - see attached

The other problem is that the test fails because there is an error in ionic slider - see attached
_this.slider is undefined. Not sure why this is happening

Hi,
I created new project from here https://github.com/driftyco/ionic-starter-super and followed the instructions in the blog http://lathonez.github.io/2016/ionic-2-unit-testing/ to enable unit testing however faced couple issues. First, the source maps seems to be generated but when debugging unit tests it is not working. When you click on .ts file it opens js transpiled file - see attached
The other problem is that the test fails because there is an error in ionic slider - see attached
_this.slider is undefined. Not sure why this is happening