From 713b670a765103f3b5235cb32662c31408576691 Mon Sep 17 00:00:00 2001 From: Tobias Bosch Date: Fri, 6 Feb 2015 13:36:31 -0800 Subject: [PATCH] fix(tests): show stack traces for transpiler unitttests --- gulpfile.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 00a4e25288..b2fc8edd67 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -436,7 +436,9 @@ gulp.task('test.dart/ci', function (done) { }); gulp.task('test.transpiler.unittest', function (done) { return gulp.src('tools/transpiler/unittest/**/*.js') - .pipe(jasmine()) + .pipe(jasmine({ + includeStackTrace: true + })) }); gulp.task('ci', function(done) { runSequence(