UNPKG

mongo-portable

Version:

Portable Pure JS MongoDB - Based on Monglodb (https://github.com/euforic/monglodb.git) by Christian Sullivan (http://RogueSynaptics.com)

7 lines (6 loc) 250 B
var gulp = require("gulp"); var mochaPhantomJS = require("gulp-mocha-phantomjs"); gulp.task("test:browser", ["compress:app"], function () { return gulp.src("test/index.html", {read: false}) .pipe(mochaPhantomJS({reporter: "nyan"})); });