Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 384 Bytes

File metadata and controls

26 lines (21 loc) · 384 Bytes

Test setup for requireJS, Backbone.js and React

View in browser

cd src
python -m SimpleHTTPServer

Open http://localhost:8000

Run test

Mocha must be installed gloablly (npm install -g mocha).

Install dependencies

npm install

Run all test

npm test

Run individual test files

mocha test/test.model.user_collection.js