mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-09 18:39:41 +02:00
Inclusion of tape tests in new test target for travis
This commit is contained in:
@@ -37,6 +37,7 @@ gulp.task('jison2', function() {
|
||||
});
|
||||
|
||||
gulp.task('dist', ['slimDist', 'fullDist','jasmine']);
|
||||
gulp.task('rdist', ['slimDist', 'fullDist']);
|
||||
|
||||
var jasmine = require('gulp-jasmine');
|
||||
|
||||
@@ -166,3 +167,5 @@ gulp.task('lint', function() {
|
||||
.pipe(jshint())
|
||||
.pipe(jshint.reporter(stylish));
|
||||
});
|
||||
|
||||
gulp.task('test',['coverage','tape']);
|
||||
|
Reference in New Issue
Block a user