Book Image

CoffeeScript Application Development Cookbook

By : Mike Hatfield
Book Image

CoffeeScript Application Development Cookbook

By: Mike Hatfield

Overview of this book

Table of Contents (18 chapters)
CoffeeScript Application Development Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 9. Testing Our Applications

In this chapter, we will cover the following recipes:

  • Unit testing with QUnit

  • End-to-end testing with Mocha and Zombie.js

  • Stubbing and mocking with Sinon