Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 737 Bytes

File metadata and controls

21 lines (16 loc) · 737 Bytes

testem-requirejs-mocha-sample Build Status

Sample project for:

How to run tests

$ git clone git@github.com: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.