Book Image

Node.js By Example

Book Image

Node.js By Example

Overview of this book

Table of Contents (18 chapters)
Node.js By Example
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


In this chapter, we saw how to test our user interface. We successfully solved a couple of issues and used tools such as Mocha, Chai, and DalekJS. Testing our code is important, but it is often not enough. Tests that simulate user interaction and prove that our software works properly should exist.