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

Introduction


Designing Jasmine specs for AJAX, jQuery, and asynchronous calls is a bit tricky. In this chapter, you will learn how to stub out AJAX calls using Jasmine and how to write tests for jQuery using spies. Also, you will learn to write tests for fixtures and asynchronous operations.