-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(aws-cdk-lib): increase jest
test speed, remove warnings
#26854
Merged
Commits on Aug 23, 2023
-
chore(aws-cdk-lib): increase
jest
test speed, remove warningsTwo changes to the `jest` tests: - We are currently running the tests directly from `.ts` source files using `ts-jest`. Disable type checking (by setting `isolatedModules: true`) to improve the speed. This brings down running 4 test suites from an arbitrary service (`aws-servicecatalog`) down from `79s` to `19s` on my machine. - Change the "coverage threshold" ignore files a little to get rid of the "Note: The code generator has deoptimised the styling" errors produced by jest when it wants to read the coverage of the generated source files.
Configuration menu - View commit details
-
Copy full SHA for 8666977 - Browse repository at this point
Copy the full SHA 8666977View commit details
Commits on Aug 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 401f106 - Browse repository at this point
Copy the full SHA 401f106View commit details -
Configuration menu - View commit details
-
Copy full SHA for 908dc77 - Browse repository at this point
Copy the full SHA 908dc77View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdd2cc8 - Browse repository at this point
Copy the full SHA cdd2cc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07db8d1 - Browse repository at this point
Copy the full SHA 07db8d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 753d09b - Browse repository at this point
Copy the full SHA 753d09bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6bf8ba - Browse repository at this point
Copy the full SHA b6bf8baView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3d208b - Browse repository at this point
Copy the full SHA e3d208bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f26eb4 - Browse repository at this point
Copy the full SHA 7f26eb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c76c62 - Browse repository at this point
Copy the full SHA 3c76c62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 573c9bf - Browse repository at this point
Copy the full SHA 573c9bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ac888e - Browse repository at this point
Copy the full SHA 0ac888eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6d1940 - Browse repository at this point
Copy the full SHA b6d1940View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41557ad - Browse repository at this point
Copy the full SHA 41557adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0659fd1 - Browse repository at this point
Copy the full SHA 0659fd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e2ccc2 - Browse repository at this point
Copy the full SHA 5e2ccc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f15922 - Browse repository at this point
Copy the full SHA 6f15922View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a71b03 - Browse repository at this point
Copy the full SHA 5a71b03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87de292 - Browse repository at this point
Copy the full SHA 87de292View commit details -
Configuration menu - View commit details
-
Copy full SHA for a10df4d - Browse repository at this point
Copy the full SHA a10df4dView commit details
Commits on Aug 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fc5e1fa - Browse repository at this point
Copy the full SHA fc5e1faView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.