Book Image

Jasmine Cookbook

By : Munish Kumar
Book Image

Jasmine Cookbook

By: Munish Kumar

Overview of this book

Table of Contents (16 chapters)
Jasmine Cookbook
Credits
About the Author
About the Reviewer
www.PacktPub.com
Preface
Index

Chapter 7. Code Coverage with Jasmine Tests

In this chapter, we will cover:

  • Configuring code coverage tools

  • Generating code coverage using karma and istanbul

  • Writing Jasmine specs for uncovered branches/code

  • Increasing code coverage for existing code