Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/teppeis/testem-requirejs-mocha-sample

Sample project for Testem, RequireJS and Mocha
https://github.com/teppeis/testem-requirejs-mocha-sample

Last synced: about 1 month ago
JSON representation

Sample project for Testem, RequireJS and Mocha

Awesome Lists containing this project

README

        

testem-requirejs-mocha-sample [![Build Status](https://travis-ci.org/teppeis/testem-requirejs-mocha-sample.png?branch=master)](https://travis-ci.org/teppeis/testem-requirejs-mocha-sample)
====

Sample project for:

* [Testem](https://github.com/airportyh/testem)
* [RequireJS](http://requirejs.org/)
* [Mocha](http://mochajs.org/) with [expect.js](https://github.com/LearnBoost/expect.js/)
* [Travis CI](https://travis-ci.org/teppeis/testem-requirejs-mocha-sample) (PhantomJS and Firefox on Xvfb)

# How to run tests

```console
$ git clone [email protected]:teppeis/testem-requirejs-mocha-sample.git
$ cd testem-requirejs-mocha-sample
$ bower install
$ npm install
$ npm test
```

then testem runs sample tests with Firefox and PhantomJS.