https://github.com/floatdrop/gulp-mocha-example
https://github.com/floatdrop/gulp-mocha-example
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/floatdrop/gulp-mocha-example
- Owner: floatdrop
- Created: 2014-09-14T19:16:46.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-14T19:28:11.000Z (over 11 years ago)
- Last Synced: 2025-04-01T13:47:22.045Z (about 1 year ago)
- Language: JavaScript
- Size: 102 KB
- Stars: 1
- Watchers: 1
- 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 closed
2 passing (40ms)
[01:27:44] Finished 'default' after 187 ms
```