Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noblesamurai/jasbin
commandline node.js interface for jasmine, the BDD Javascript Testing framework
https://github.com/noblesamurai/jasbin
Last synced: about 1 month ago
JSON representation
commandline node.js interface for jasmine, the BDD Javascript Testing framework
- Host: GitHub
- URL: https://github.com/noblesamurai/jasbin
- Owner: noblesamurai
- Created: 2010-11-13T06:10:33.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2011-03-20T02:47:04.000Z (almost 14 years ago)
- Last Synced: 2024-11-11T14:45:39.966Z (2 months ago)
- Homepage:
- Size: 631 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
* This is a command line test harness to run jasmine against node.js specs# Installation instructions
* npm install jasbin
# Running
* have your specs in the Jasmin "spec" folder
* run "jasbin" from the command line to run the specs