/mox-example

Example project to show how to unit test your application using Mox

Primary LanguageJavaScript

Mox example project

Build Status Test Coverage Code Climate devDependency Status Dependency Status

Example project to show how to unit test your application using Mox. A vanilla test suite is also added for reference.

Development

Install dependencies

npm install

Start server on http://localhost:1337

grunt serve

See grunt -h for all available tasks