[tests] Add intern functional suites option

This commit is contained in:
Jonathan Budzenski 2016-07-19 15:35:07 -05:00
parent e4b584256d
commit 5ef2a9715c

View file

@ -8,7 +8,8 @@ module.exports = function (grunt) {
config: 'test/intern',
bail: true,
reporters: ['Console'],
grep: grunt.option('grep') || '.*',
grep: grunt.option('grep'),
functionalSuites: grunt.option('functionalSuites'),
apps: grunt.option('apps')
},
dev: {},