Commit 7268f16c by Torkel Ödegaard

grunt test task update

parent 52f583fe
......@@ -10,7 +10,8 @@ module.exports = function (grunt) {
grunt.registerTask('test', [
'sasslint',
'exec:tslint',
'tslint',
'typecheck',
"exec:jest",
'no-only-tests'
]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment