build: disable jest on precommit hook -windows fix

Temporary fix until we get jest tests working on Windows
This commit is contained in:
Daniel Lee
2017-10-23 13:01:44 +02:00
parent 0ba4c161c3
commit c22097c95e
2 changed files with 1 additions and 2 deletions

View File

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