Skip to content

lathonez/ionic-unit-testing-example

 
 

Repository files navigation

Ionic Unit Testing Example

Based on the awesome unit testing example from @roblouie 👍

Clone repo, run npm install.

To run the tests, run npm test.

See the example test in src/app/app.component.spec.ts for an example of a component test.

About

Example of adding unit testing in your Ionic 2.x or greater apps with Angular CLI, Karma, and Jasmine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 39.9%
  • JavaScript 22.8%
  • CSS 20.0%
  • HTML 17.3%