Commit c22097c9 by Daniel Lee

build: disable jest on precommit hook -windows fix

Temporary fix until we get jest tests working on Windows
parent 0ba4c161
......@@ -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'
]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment