Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 379 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 379 Bytes

Mocha In the Browser

A super simple example of how Mocha tests can be executed in the browser.

Getting started

Clone this project and open up the test/index.html file in a browser to see the tests run.

Integrating it into your project

Copy the test directory into your project. Make sure the test/index.html file has all the right paths.