UNPKG

biojs-vis-violin-plot

Version:

BioJS component to provide a box plot graph or bar graph hosted in Stemformatics

12 lines (7 loc) 199 B
var gulp = require('gulp'); var jasmine = require('gulp-jasmine'); gulp.task('test', function() { return gulp.src('test/**/*spec.js') .pipe(jasmine()); }); gulp.task('default', ['test']);