Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/floatdrop/gulp-mocha-example


https://github.com/floatdrop/gulp-mocha-example

Last synced: 22 days ago
JSON representation

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
```