# gulp-mocha-example **Repository Path**: mirrors_floatdrop/gulp-mocha-example ## Basic Information - **Project Name**: gulp-mocha-example - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ```