Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/drnic/jasmine-nodejs
- Owner: drnic
- License: mit
- Created: 2010-04-19T05:23:39.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-04-19T22:26:59.000Z (over 14 years ago)
- Last Synced: 2024-10-16T12:34:50.524Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 89.8 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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.