Hi, i'm digging into tesing ionic 2 apps, i have a simple issue, idk nothing about testing js code, i have used rspec for ruby but in js i have read that karma + jasmine + phantomjs
.
How is or will be the testing environment for ionic 2? do we have to set the testing environment ourselves?
Where should i place the spec dir or how should i test ionic 2 code?
Most of testing in the angular2 web site uses es6, but it could be needed to transpile it before runing tests, i think i will need to use the babel loader to transpile it, but idk how should i change it nor how to start it as ionic uses the serve
cli command, and setting another build system for just the test is not worth it.