add eslint task to tests

This commit is contained in:
Matteo Pagliazzi
2015-11-04 18:58:50 +01:00
parent 3135613be3
commit bea5fd6e59

View File

@@ -333,6 +333,7 @@ gulp.task('test', [
'test:karma:safe',
'test:api-legacy:safe',
'test:api-v2:safe',
'lint'
], () => {
let totals = [0,0,0];