You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Philip Oliver-Paull edited this page Apr 24, 2017
·
7 revisions
Ionic 2/Typescript/Angular 2
We are using Karma and Jasmine to run our tests in the Ionic part of the project. The tests are located throughout the code as *.spec.ts files residing in the same directories as the typescript files they are testing. They are Jasmine tests collected and run via Karma CLI, as described in karma.conf.js.