Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/teppeis/testem-requirejs-mocha-sample
- Owner: teppeis
- Created: 2013-05-08T15:01:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-06-15T20:51:08.000Z (over 7 years ago)
- Last Synced: 2024-11-02T14:51:53.646Z (about 2 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 14
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.