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

feat(jest-message-util): Add support for Error cause in test and it #13935

Merged
merged 26 commits into from Feb 24, 2023

Commits on Feb 19, 2023

  1. Copy the full SHA
    81bb4c0 View commit details
    Browse the repository at this point in the history
  2. fix lint

    dubzzz committed Feb 19, 2023
    Copy the full SHA
    e972e71 View commit details
    Browse the repository at this point in the history
  3. rework paths in tests

    dubzzz committed Feb 19, 2023
    Copy the full SHA
    e2ffe8b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    3c1cceb View commit details
    Browse the repository at this point in the history
  5. update snap

    dubzzz committed Feb 19, 2023
    Copy the full SHA
    d7524b2 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    e42a55e View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    56ebf8c View commit details
    Browse the repository at this point in the history
  8. fix compilation

    dubzzz committed Feb 19, 2023
    Copy the full SHA
    b0514ee View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Copy the full SHA
    156a1cf View commit details
    Browse the repository at this point in the history
  2. rename option failureDetails

    dubzzz committed Feb 20, 2023
    Copy the full SHA
    8e763e7 View commit details
    Browse the repository at this point in the history
  3. update changelog

    dubzzz committed Feb 20, 2023
    Copy the full SHA
    046875a View commit details
    Browse the repository at this point in the history
  4. add failures.test.ts

    dubzzz committed Feb 20, 2023
    Copy the full SHA
    f556c7a View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Copy the full SHA
    39bf317 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0e24922 View commit details
    Browse the repository at this point in the history
  3. add missing failureDetails: []

    dubzzz committed Feb 21, 2023
    Copy the full SHA
    cf96b70 View commit details
    Browse the repository at this point in the history
  4. fix new case for jasmine

    dubzzz committed Feb 21, 2023
    Copy the full SHA
    d4b5e47 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    22df9f7 View commit details
    Browse the repository at this point in the history
  6. Revert "alter test to run well on jasmine too"

    This reverts commit 22df9f7.
    dubzzz committed Feb 21, 2023
    Copy the full SHA
    b0bd8a1 View commit details
    Browse the repository at this point in the history
  7. Revert "fix new case for jasmine"

    This reverts commit d4b5e47.
    dubzzz committed Feb 21, 2023
    Copy the full SHA
    238590e View commit details
    Browse the repository at this point in the history
  8. only test for non-jasmine

    dubzzz committed Feb 21, 2023
    Copy the full SHA
    808336b View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    54df836 View commit details
    Browse the repository at this point in the history
  10. merge

    dubzzz committed Feb 21, 2023
    Copy the full SHA
    fdd56ca View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Copy the full SHA
    5b3c4ad View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Copy the full SHA
    56422b5 View commit details
    Browse the repository at this point in the history
  2. simplify and extract nested if

    dubzzz committed Feb 23, 2023
    Copy the full SHA
    81295f7 View commit details
    Browse the repository at this point in the history
  3. type error

    dubzzz committed Feb 23, 2023
    Copy the full SHA
    c6fa4a9 View commit details
    Browse the repository at this point in the history