mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
build: disable jest on precommit hook -windows fix
Temporary fix until we get jest tests working on Windows
This commit is contained in:
parent
0ba4c161c3
commit
c22097c95e
@ -4,7 +4,7 @@ module.exports = {
|
|||||||
"transform": {
|
"transform": {
|
||||||
"^.+\\.tsx?$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
|
"^.+\\.tsx?$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
|
||||||
},
|
},
|
||||||
"moduleDirectories": ["<rootDir>node_modules", "<rootDir>/public"],
|
"moduleDirectories": ["<rootDir>/node_modules", "<rootDir>/public"],
|
||||||
"roots": [
|
"roots": [
|
||||||
"<rootDir>/public"
|
"<rootDir>/public"
|
||||||
],
|
],
|
||||||
|
@ -22,7 +22,6 @@ module.exports = function(grunt) {
|
|||||||
grunt.registerTask('precommit', [
|
grunt.registerTask('precommit', [
|
||||||
'sasslint',
|
'sasslint',
|
||||||
'exec:tslint',
|
'exec:tslint',
|
||||||
"exec:jest",
|
|
||||||
'no-only-tests'
|
'no-only-tests'
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user