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 (#9616)
  • Loading branch information
FrozenPandaz committed Mar 30, 2022
1 parent 1d64428 commit 1bc2298
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

1 comment on commit 1bc2298

@vercel
Copy link

@vercel vercel bot commented on 1bc2298 Mar 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.