Skip to content

Commit

Permalink
fix(testing): remove default testTimeout value which overrides the je…
Browse files Browse the repository at this point in the history
…st config (nrwl#9616)
  • Loading branch information
FrozenPandaz authored and sidmonta committed Apr 2, 2022
1 parent e9650b1 commit 80edac1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docs/generated/packages/jest.json
Expand Up @@ -291,7 +291,6 @@
},
"testTimeout": {
"description": "Default timeout of a test in milliseconds. Default value: `5000`. (https://jestjs.io/docs/cli#--testtimeoutnumber)",
"default": 5000,
"type": "number"
}
},
Expand Down
1 change: 0 additions & 1 deletion packages/jest/src/executors/jest/schema.json
Expand Up @@ -177,7 +177,6 @@
},
"testTimeout": {
"description": "Default timeout of a test in milliseconds. Default value: `5000`. (https://jestjs.io/docs/cli#--testtimeoutnumber)",
"default": 5000,
"type": "number"
}
},
Expand Down

0 comments on commit 80edac1

Please sign in to comment.