LaurenSpiegel / testLesson

Quick lesson on mocha testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

testLesson

Quick lesson on mocha testing

To create a practice test repo of your own:

$ npm install -g mocha

$ mkdir mochaTestRun

$ cd mochaTestRun

$ npm init

$ mkdir test

$ vim test/test.js

To run tests:

$ mocha test/test.js 

or

$ npm test

About

Quick lesson on mocha testing


Languages

Language:JavaScript 100.0%