build: disable jest on precommit hook -windows fix
Temporary fix until we get jest tests working on Windows
This commit is contained in:
@@ -22,7 +22,6 @@ module.exports = function(grunt) {
|
||||
grunt.registerTask('precommit', [
|
||||
'sasslint',
|
||||
'exec:tslint',
|
||||
"exec:jest",
|
||||
'no-only-tests'
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user