grunt test task update

This commit is contained in:
Torkel Ödegaard 2018-12-21 14:37:38 +01:00
parent 52f583fee7
commit 7268f16c54

View File

@ -10,7 +10,8 @@ module.exports = function (grunt) {
grunt.registerTask('test', [ grunt.registerTask('test', [
'sasslint', 'sasslint',
'exec:tslint', 'tslint',
'typecheck',
"exec:jest", "exec:jest",
'no-only-tests' 'no-only-tests'
]); ]);