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(expect): Add equality support for Array Buffers to ToStrictEqual method #11805

Merged
merged 13 commits into from Sep 29, 2021

Commits on Sep 2, 2021

  1. add tests for ArrayBuffers

    khai93 committed Sep 2, 2021
    Copy the full SHA
    9b4d092 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c5fd617 View commit details
    Browse the repository at this point in the history
  3. enhance variable names

    khai93 committed Sep 2, 2021
    Copy the full SHA
    5d6bcf1 View commit details
    Browse the repository at this point in the history
  4. add tests

    khai93 committed Sep 2, 2021
    Copy the full SHA
    feae86f View commit details
    Browse the repository at this point in the history
  5. fix typo in comment

    khai93 committed Sep 2, 2021
    Copy the full SHA
    88ebc4a View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOG.md

    khai93 committed Sep 2, 2021
    Copy the full SHA
    5280174 View commit details
    Browse the repository at this point in the history
  7. Update CHANGELOG.md

    Co-authored-by: Simen Bekkhus <sbekkhus91@gmail.com>
    khai93 and SimenB committed Sep 2, 2021
    Copy the full SHA
    6106e3a View commit details
    Browse the repository at this point in the history
  8. Update packages/expect/src/utils.ts

    Co-authored-by: Simen Bekkhus <sbekkhus91@gmail.com>
    khai93 and SimenB committed Sep 2, 2021
    Copy the full SHA
    2cdd879 View commit details
    Browse the repository at this point in the history
  9. Update packages/expect/src/utils.ts

    Co-authored-by: Simen Bekkhus <sbekkhus91@gmail.com>
    khai93 and SimenB committed Sep 2, 2021
    Copy the full SHA
    7b7d454 View commit details
    Browse the repository at this point in the history
  10. Update utils.ts

    khai93 committed Sep 2, 2021
    Copy the full SHA
    5e34616 View commit details
    Browse the repository at this point in the history
  11. Update packages/expect/src/utils.ts

    Co-authored-by: Simen Bekkhus <sbekkhus91@gmail.com>
    khai93 and SimenB committed Sep 2, 2021
    Copy the full SHA
    f4c9037 View commit details
    Browse the repository at this point in the history
  12. follow style standards

    khai93 committed Sep 2, 2021
    Copy the full SHA
    41cc53d View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. fix eslint errors

    khai93 committed Sep 8, 2021
    Copy the full SHA
    20bdbc1 View commit details
    Browse the repository at this point in the history