Setup Jasmine BDD testing Framework in Node JS
1. Overview Jasmine is a BDD framework for testing JavaScript code. It does not rely on any other JavaScript frameworks and aims to run on any JavaScript-enabled platform. Jasmine was originally developed by Pivotal Labs, which is now part of the Cloud Foundry project. Node JS is a javascript runtime built on Chrome’s V8 engine. … Read more