Skip to content

Commit 8e1537a

Browse files
committed
Added tck to tests
1 parent 3240c90 commit 8e1537a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ gulp.task('all', function(cb){
132132
});
133133

134134
gulp.task('test', function(cb){
135-
runSequence('test-nodejs', 'test-browser', cb);
135+
runSequence('test-nodejs', 'test-browser', 'run-tck', cb);
136136
});
137137

138138
gulp.task('test-nodejs', ['nodejs'], function () {

0 commit comments

Comments
 (0)