gulp wrapper for nunit3
npm install gulp-nunit-console
``nodevar unitTestAssembly = './build/Unit.Tests.dll';
nodevar unitTestAssembly = './build/Unit.Tests.dll';
gulp.task('nunit', function(){ return gulp.src(unitTestAssembly) .pipe(nunit());});``