mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 13:22:03 +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:
@ -4,7 +4,7 @@ module.exports = {
|
||||
"transform": {
|
||||
"^.+\\.tsx?$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
|
||||
},
|
||||
"moduleDirectories": ["<rootDir>node_modules", "<rootDir>/public"],
|
||||
"moduleDirectories": ["<rootDir>/node_modules", "<rootDir>/public"],
|
||||
"roots": [
|
||||
"<rootDir>/public"
|
||||
],
|
||||
|
@ -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