gulp-nunit-console

0.0.2 • Public • Published

gulp-nunit-console

wrapper around nunit console

Simple Gulping

var unitTestAssembly = './build/Unit.Tests.dll';

gulp.task('nunit', function(){
	return gulp.src(unitTestAssembly)
             .pipe(nunit());
});

Readme

Keywords

Package Sidebar

Install

npm i gulp-nunit-console

Weekly Downloads

1

Version

0.0.2

License

BSD-3-Clause

Last publish

Collaborators

  • jmccracken