mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 12:23:10 +08:00
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