Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/drnic/jasmine-nodejs

Run jasmine tests in node.js
https://github.com/drnic/jasmine-nodejs

Last synced: 24 days ago
JSON representation

Run jasmine tests in node.js

Awesome Lists containing this project

README

        

ABOUT
- This project provides glue that allows you to use the jasmine JavaScript testing framework ( http://github.com/pivotal/jasmine ) with nodejs ( http://nodejs.org/ ).

SETUP
- Jasmine is included as a git submodule, so be sure to run: git submodule update --init
- Install node.js.
- cd to your project directory and run ~/your/path/to/jasmine-nodejs/run_tests.sh. It will look for a spec/ directory in your project, load spec/spec_helper.js if present, and then load all spec/(**/)*_spec.js files.