Skip to content
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
merged 21 commits into from
Aug 25, 2023

Commits on Aug 23, 2023

  1. chore(aws-cdk-lib): increase jest test speed, remove warnings

    Two 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.
    rix0rrr committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    8666977 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Use local resolver

    rix0rrr committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    401f106 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    908dc77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cdd2cc8 View commit details
    Browse the repository at this point in the history
  4. Update some more jest configs

    rix0rrr committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    07db8d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    753d09b View commit details
    Browse the repository at this point in the history
  6. Peel off pkglint

    rix0rrr committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    b6bf8ba View commit details
    Browse the repository at this point in the history
  7. Lower coverage req

    rix0rrr committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    e3d208b View commit details
    Browse the repository at this point in the history
  8. Fix pkglint

    rix0rrr committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    7f26eb4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3c76c62 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    573c9bf View commit details
    Browse the repository at this point in the history
  11. Simplify jest config

    rix0rrr committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    0ac888e View commit details
    Browse the repository at this point in the history
  12. Move more things around

    rix0rrr committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    b6d1940 View commit details
    Browse the repository at this point in the history
  13. Where did my changes go

    rix0rrr committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    41557ad View commit details
    Browse the repository at this point in the history
  14. This file can be anywhere

    rix0rrr committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    0659fd1 View commit details
    Browse the repository at this point in the history
  15. Harrumpf

    rix0rrr committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    5e2ccc2 View commit details
    Browse the repository at this point in the history
  16. Bump timeout

    rix0rrr committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    6f15922 View commit details
    Browse the repository at this point in the history
  17. More tests

    rix0rrr committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    5a71b03 View commit details
    Browse the repository at this point in the history
  18. Add a jestconfig

    rix0rrr committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    87de292 View commit details
    Browse the repository at this point in the history
  19. Snapshot

    rix0rrr committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    a10df4d View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    fc5e1fa View commit details
    Browse the repository at this point in the history