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

Check for existence of Element when comparing DOM-nody-things (#7786) #7791

Closed
wants to merge 108 commits into from
Closed

Check for existence of Element when comparing DOM-nody-things (#7786) #7791

wants to merge 108 commits into from

Commits on Feb 3, 2019

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

Commits on Feb 4, 2019

  1. Configuration menu
    Copy the full SHA
    3b1f239 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3347089 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2019

  1. Check for global DOM Node in isDomNode (#7786)

    In a real browser and JSDOM the check will use DOM-Level-3 `Node.isEqualNode`
    and for everything else a deep equality check should do the trick.
    mfeineis committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    c49a4c9 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2019

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

Commits on Feb 26, 2019

  1. Configuration menu
    Copy the full SHA
    0ac8fc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08762b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fdb3acc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3873a1 View commit details
    Browse the repository at this point in the history
  5. Release 24.1.0

    rubennorte authored and mfeineis committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    34445fa View commit details
    Browse the repository at this point in the history
  6. chore: new version of website

    SimenB authored and mfeineis committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    0fe62af View commit details
    Browse the repository at this point in the history
  7. Fix typo in question.md issue template (#7806)

    ## Summary
    
    Trivial. Replace "form" with "forum" in issue template.
    
    ## Test plan
    
    Skipped tests, as this is a minor typo fix in a GitHub issue template.
    hramos authored and mfeineis committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    85b9ff3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    625ffec View commit details
    Browse the repository at this point in the history
  9. chore: downgrade yarn on windows on azure

     See #7760
    SimenB authored and mfeineis committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    9ab20f6 View commit details
    Browse the repository at this point in the history
  10. docs: link to json output example

    OlivierJM authored and mfeineis committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    830bc74 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    935b295 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    dbcfbb0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9425c0d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f37360d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6acbd01 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a417f98 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1573eca View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5c55994 View commit details
    Browse the repository at this point in the history
  19. chore: bump typescript eslint parser

    SimenB authored and mfeineis committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    59d9f28 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3a90e47 View commit details
    Browse the repository at this point in the history
  21. Migrate jest-changed-files to Typescript (#7827)

    * Migrate jest-changed-files to Typescript
    
    * Add changelog entry
    
    * Update e2e/__tests__/jestChangedFiles.test.js
    
    Co-Authored-By: loryman <lorenzo.rapetti.94@gmail.com>
    
    * Stricter typings
    
    
    Merge remote-tracking branch 'origin/jest-changed-files-typescript' into jest-changed-files-typescript
    
    * Make prettier happy
    lorenzorapetti authored and mfeineis committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    e37f1a9 View commit details
    Browse the repository at this point in the history
  22. chore: Remove redundant stripAnsi from test (#7833)

    ## Summary
    
    It doesn't make sense to wrap a `runJust` call into `stripAnsi` since the latter works only with strings.
    `runJest` returns an object so stripAnsi just passes it along.
    
    Materials:
    
    - Commit where the code was added in the first place: e12cab6#diff-4cf7d6c79ff377b63522b3af20e34e8eR307
    - stripAnsi source code: https://github.com/chalk/strip-ansi/blob/097894423fedb6b4dca3005ad45608b893fcdcf8/index.js
    vitkarpov authored and mfeineis committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    1aa82f9 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    ecc8518 View commit details
    Browse the repository at this point in the history
  24. chore: migrate jest-matcher-util to TypeScript (#7835)

    * chore: migrate jest-matcher-util to TypeScript
    
    * link to PR
    
    * unknown and fix flow
    SimenB authored and mfeineis committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    7a7cad7 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    ce29b72 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    d05105a View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    413a15b View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    4a66dd0 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    8bbf394 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    ecf9952 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    946d7fb View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    12a297f View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    fef7e70 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    4fbac17 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    68bdc36 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    77c064d View commit details
    Browse the repository at this point in the history
  37. Use symbol instead of Symbol (#7869)

    bokuweb authored and mfeineis committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    f326142 View commit details
    Browse the repository at this point in the history
  38. expect: Improve report when matcher fails, part 7 (#7866)

    * expect: Improve report when matcher fails, part 7
    
    * Update CHANGELOG.md
    pedrottimark authored and mfeineis committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    dadb766 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    99af560 View commit details
    Browse the repository at this point in the history
  40. Fix image URLs (#7872)

    georgeblahblah authored and mfeineis committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    916a745 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    5aa17d2 View commit details
    Browse the repository at this point in the history
  42. Fix custom async matcher stack traces (#7652)

    Don Schrimsher authored and mfeineis committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    31b4c6a View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    7dda866 View commit details
    Browse the repository at this point in the history
  44. chore: fix test for node 6

    SimenB authored and mfeineis committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    b65ccaa View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    2bc4d44 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    a986f07 View commit details
    Browse the repository at this point in the history
  47. chore: use more private (#7882)

    SimenB authored and mfeineis committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    feea117 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    b137ffb View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    3e2d228 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    f3d1bb0 View commit details
    Browse the repository at this point in the history
  51. Typo fix in code comment (#7897)

    DenrizSusam authored and mfeineis committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    0dc842a View commit details
    Browse the repository at this point in the history
  52. fix: validating async functions (#7894) (#7896)

    ## Summary
    
    `jest-validate` distinguishes between sync and async functions, but it should not. Fixes #7894.
    
    ## Test plan
    
    ```js
    const { validate } = require('jest-validate')
    assert(validate({ name: async () => {} }, { exampleConfig: { name: () => {} } }).isValid)
    assert(validate({ name: () => {} }, { exampleConfig: { name: async () => {} } }).isValid)
    assert(validate({ name: async () => {} }, { exampleConfig: { name: async () => {} } }).isValid)
    assert(validate({ name: () => {} }, { exampleConfig: { name: () => {} } }).isValid)
    ```
    ehmicky authored and mfeineis committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    da14b66 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    38698cb View commit details
    Browse the repository at this point in the history
  54. chore: fix import in build watch script

    SimenB authored and mfeineis committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    05b1c6b View commit details
    Browse the repository at this point in the history
  55. chore: upgrade @types/jest (#7901)

    SimenB authored and mfeineis committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    1080a59 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    3c48eef View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    51d5a8a View commit details
    Browse the repository at this point in the history
  58. Fix typo in config init (#7905)

    pkuczynski authored and mfeineis committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    8cc3bfd View commit details
    Browse the repository at this point in the history
  59. jest snapshot - TS migration (#7899)

    doniyor2109 authored and mfeineis committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    b6834d4 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    0d697f8 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    31497ce View commit details
    Browse the repository at this point in the history
  62. create @jest/core package (#7696)

    SimenB authored and mfeineis committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    8d6c6ce View commit details
    Browse the repository at this point in the history
  63. chore: collect coverage from TS files

    SimenB authored and mfeineis committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    fb534d3 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    f5e04f4 View commit details
    Browse the repository at this point in the history
  65. chore: upgrade flow

    SimenB authored and mfeineis committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    9cbafef View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    64980c8 View commit details
    Browse the repository at this point in the history
  67. Align readme (#7927)

    #impacc
    mjesun authored and mfeineis committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    deedf4c View commit details
    Browse the repository at this point in the history
  68. Add missing import to docs (#7928)

    egdbear authored and mfeineis committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    dd45b25 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    ab08116 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    6db372f View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    3e15abc View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    df29589 View commit details
    Browse the repository at this point in the history
  73. Migrate expect to typescript (#7919)

    Alcedo Nathaniel De Guzman Jr authored and mfeineis committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    ee1955e View commit details
    Browse the repository at this point in the history
  74. toStrictEqual does not consider arrays with objects having undefine…

    …d values correctly (#7938)
    
    <!-- Thanks for submitting a pull request! Please provide enough information so that others can review your pull request. The two fields below are mandatory. -->
    
    <!-- Please remember to update CHANGELOG.md in the root of the project if you have not done so. -->
    
    ## Summary
    
    Fixes #7937: `toStrictEqual` does not consider arrays with objects having undefined values correctly
    
    ## Test plan
    
    Before that change, the following assertion was failing:
    
    ```js
    expect([{a: undefined}]).not.toStrictEqual([{}]);
    ```
    
    Now it passes as expected.
    dubzzz authored and mfeineis committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    9018f3c View commit details
    Browse the repository at this point in the history
  75. chore: upgrade babel-core typings

    SimenB authored and mfeineis committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    82d25a5 View commit details
    Browse the repository at this point in the history
  76. Fix transformer signature in babel-jest (#7945)

    * Assigned createTransformer function only to the transformer exported by babel-jest
    
    * Improved typing
    
    * Updated changelog
    
    * Added e2e test
    rubennorte authored and mfeineis committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    11077a8 View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    aa03cb0 View commit details
    Browse the repository at this point in the history
  78. chore: update failing snapshot

    SimenB authored and mfeineis committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    713ddc0 View commit details
    Browse the repository at this point in the history
  79. fix jest-haste-map-types (#7951)

    jeysal authored and mfeineis committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    fcb73c4 View commit details
    Browse the repository at this point in the history
  80. fix Node 6 build (#7955)

    jeysal authored and mfeineis committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    5aaf200 View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    76bc0d0 View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    c5fd561 View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    50f1ef3 View commit details
    Browse the repository at this point in the history
  84. TS migration jest-circus (#7916)

    * Migration to ts (part 1)
    
    * Migration to ts (part 2)
    
    * Migration to ts (part 3)
    
    * Minor tweaks
    
    * TS migration (part 4)
    
    * Wrong dts
    
    * dts for co
    
    * Added project references
    
    * Remove not ts module
    
    * Replace custom co dts with @types/co
    
    * No index file
    
    Co-Authored-By: doniyor2109 <doniyor2109@gmail.com>
    
    * Some tweaks
    
    * Some tweaks
    
    * Temp DiffOptions type
    
    * Remove extra eslint disable
    
    * Workaround for global vars
    
    * Resolves
    
    * Move @types/co to devDeps
    
    * Update packages/jest-circus/src/run.ts
    
    Co-Authored-By: doniyor2109 <doniyor2109@gmail.com>
    
    * Update packages/jest-circus/src/utils.ts
    
    Co-Authored-By: doniyor2109 <doniyor2109@gmail.com>
    
    * Tweaks
    
    * Remove extra types
    
    * Fix failing test
    
    Cannot run ts via node cli
    
    * TS migration part (4)
    
    - Added Global and Environment types
    - Workaround for RawMatcherFn type
    
    * Fix linter errors
    
    * Fix types for tests
    
    * Fix @jest/types cannot be found in test
    
    * Detailed comment for flowfix
    
    * Ignore ts errors for non migrated modules
    
    * `import =` is not supported by @babel/plugin-transform-typescript
    
    * Fix weired ts error
    
    Exported variable 'jestAdapter' has or is using name '$JestEnvironment' from external module "packages/jest-types/build/Environment" but cannot be named.
    
    microsoft/TypeScript#5711
    
    * Fix linter errors
    
    * Remove extra eslint disables
    
    * Move expect types to @jest/types
    
    * tweaks
    
    * remove jest config change
    
    * fix test
    
    * Added reminder for replacing Each type
    
    * keep comments from old tests
    
    * Update CHANGELOG.md
    doniyor2109 authored and mfeineis committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    ce545e3 View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    261fc65 View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    cd43f6e View commit details
    Browse the repository at this point in the history
  87. chore: correct jest-phabricator export

    SimenB authored and mfeineis committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    afa5729 View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    3394b0d View commit details
    Browse the repository at this point in the history
  89. decentralize resolve types (#7966)

    jeysal authored and mfeineis committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    9467a73 View commit details
    Browse the repository at this point in the history
  90. decentralize jest-snapshot types (#7973)

    jeysal authored and mfeineis committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    80523fd View commit details
    Browse the repository at this point in the history
  91. decentralize jest-mock types (#7971)

    jeysal authored and mfeineis committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    8f7e6b4 View commit details
    Browse the repository at this point in the history
  92. decentralize pretty-format types (#7972)

    jeysal authored and mfeineis committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    ab838a6 View commit details
    Browse the repository at this point in the history
  93. Migrate jest-runner to typescript (#7968)

    Alcedo Nathaniel De Guzman Jr authored and mfeineis committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    7f07774 View commit details
    Browse the repository at this point in the history
  94. Configuration menu
    Copy the full SHA
    8d38dce View commit details
    Browse the repository at this point in the history
  95. Configuration menu
    Copy the full SHA
    038a993 View commit details
    Browse the repository at this point in the history
  96. chore: attempt to fix flaky test

    SimenB authored and mfeineis committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    6ed8875 View commit details
    Browse the repository at this point in the history
  97. Configuration menu
    Copy the full SHA
    410d5c9 View commit details
    Browse the repository at this point in the history
  98. Fix asymmetric equal for Number (#7948)

    * Fix asymmetric equal for Number
    
    * Update CHANGELOG
    
    * Handle the case of a being a new Number
    
    * Use Object.is for Number equality
    
    * Add unit tests related to issues/7941
    
    * Add extra units for equality
    
    * Remove unnecessary comment in eq
    dubzzz authored and mfeineis committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    12053a6 View commit details
    Browse the repository at this point in the history
  99. Configuration menu
    Copy the full SHA
    21a4547 View commit details
    Browse the repository at this point in the history
  100. Configuration menu
    Copy the full SHA
    4730c9d View commit details
    Browse the repository at this point in the history
  101. Configuration menu
    Copy the full SHA
    e5a7739 View commit details
    Browse the repository at this point in the history
  102. Configuration menu
    Copy the full SHA
    6dbd4df View commit details
    Browse the repository at this point in the history
  103. Configuration menu
    Copy the full SHA
    9cd7b90 View commit details
    Browse the repository at this point in the history