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', [
'sasslint',
'exec:tslint',
'tslint',
'typecheck',
"exec:jest",
'no-only-tests'
]);