Skip to content

Commit 90d73a1

Browse files
committed
Updated tags
1 parent ca7e65d commit 90d73a1

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
@@ -200,7 +200,7 @@ gulp.task('run-tck', ['download-tck', 'nodejs'], function() {
200200
return gulp.src(featureHome + "/*").pipe(cucumber({
201201
'steps': 'test/v1/tck/steps/*.js',
202202
'format': 'pretty',
203-
'tags' : "~@in_dev,~@db"
203+
'tags' : ['~@in_dev', '~@db']
204204
}));
205205
});
206206

0 commit comments

Comments
 (0)