Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ethereumdegen/dndintdd
https://github.com/ethereumdegen/dndintdd
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ethereumdegen/dndintdd
- Owner: ethereumdegen
- Created: 2016-01-21T02:23:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-21T02:30:35.000Z (almost 9 years ago)
- Last Synced: 2024-10-11T06:25:20.530Z (about 1 month ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jasmine-seed
A simple seed TDD project set up with gulp and jasmine. There are no other bells or whistles, just Jasmine and gulp.
##Installation
You'll need nodeJS. From there:
Clone the project and run `npm install` in your terminal
Once the dependencies are downloaded, you're all set. Run `gulp test` to start the test watcher. Each time you save a `*.js` file, the watcher will find and run all tests.
If you want to add new files, add source files to the `javascript` folder and test files to the `spec` folder. Conventionally, your test files should end with `*.spec.js`, though this is not required.