Skip to content

Commit

Permalink
build: disable jest on precommit hook -windows fix
Browse files Browse the repository at this point in the history
Temporary fix until we get jest tests working on Windows
  • Loading branch information
daniellee committed Oct 23, 2017
1 parent 0ba4c16 commit c22097c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
],
Expand Down
1 change: 0 additions & 1 deletion scripts/grunt/default_task.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ module.exports = function(grunt) {
grunt.registerTask('precommit', [
'sasslint',
'exec:tslint',
"exec:jest",
'no-only-tests'
]);

Expand Down

0 comments on commit c22097c

Please sign in to comment.