Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/floatdrop/gulp-mocha-example
https://github.com/floatdrop/gulp-mocha-example
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/floatdrop/gulp-mocha-example
- Owner: floatdrop
- Created: 2014-09-14T19:16:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-14T19:28:11.000Z (over 10 years ago)
- Last Synced: 2024-10-26T21:13:06.637Z (2 months ago)
- Language: JavaScript
- Size: 102 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## gulp-mocha example
1. Install gulp with `npm i -g gulp`
1. Install dependencies with `npm i`
1. Run tests with `gulp`You should get something like this:
```bash
~/gulp-mocha-example master
❯ gulp
[01:27:44] Using gulpfile ~/gulp-mocha-example/gulpfile.js
[01:27:44] Starting 'default'...API
Server started
✓ should return 1
✓ should return 2
Server closed2 passing (40ms)
[01:27:44] Finished 'default' after 187 ms
```