Writing Jasmine tests for Node.js

Node.js is a platform built on Chrome's JavaScript runtime for easily building fast and scalable network applications. It provides an event-driven architecture and a non-blocking I/O API that optimizes an application's throughput and scalability. To know more about Node.js, you can visit the following websites:

In this recipe, you will learn how to create Jasmine tests for Node.js.

To understand this recipe, let's assume that you are developing an application for a bank with Node.js and you have to develop test code to implement business logic.

"As a Node.js developer, I want to implement business logic to validate a person's age so that I can implement a test ...

Get Jasmine Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.