ionic2 Unit Testing

30% OFF - 9th Anniversary discount on Entity Framework Extensions until December 15 with code: ZZZANNIVERSARY9

Introduction

Unit Testing in general gives additional safety to a product to prevent issues when modifying/adding features. A safety net that says "EVERYTHING STILL WORKS". Unit Tests do not replace in any way the actual user tests that a proper QA can do.

In this document we will base the examples on this repository: https://github.com/driftyco/ionic-unit-testing-example



Got any ionic2 Question?