Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jest-community/eslint-plugin-jest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v24.1.0
Choose a base ref
...
head repository: jest-community/eslint-plugin-jest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v24.1.2
Choose a head ref
  • 18 commits
  • 34 files changed
  • 7 contributors

Commits on Oct 5, 2020

  1. Use dedent some more (#685)

    * test(require-top-level-describe): use dedent for all cases
    
    * test(require-to-throw-message): use dedent for all cases
    
    * test(prefer-todo): use dedent for all cases
    
    * test(prefer-hooks-on-top): use dedent for all cases
    G-Rath authored Oct 5, 2020
    Configuration menu
    Copy the full SHA
    79fd5e7 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

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

Commits on Oct 14, 2020

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

Commits on Oct 17, 2020

  1. chore: enable eslint-plugin/test-case-property-ordering rule (#684)

    * chore: enable `eslint-plugin/test-case-property-ordering` rule
    
    * chore: remove old comment
    G-Rath authored Oct 17, 2020
    Configuration menu
    Copy the full SHA
    a5de8e3 View commit details
    Browse the repository at this point in the history
  2. docs(valid-title): reduce ambiguity (#694)

    * docs: made valid-title docs a little more clear
    
    * docs(valid-title): reduce ambiguity
    
    Co-authored-by: Gareth Jones <[email protected]>
    golergka and G-Rath authored Oct 17, 2020
    Configuration menu
    Copy the full SHA
    fa68c88 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. Configuration menu
    Copy the full SHA
    54c20e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8471ff3 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

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

Commits on Oct 27, 2020

  1. chore(ci): test on node v15

    SimenB authored Oct 27, 2020
    Configuration menu
    Copy the full SHA
    1480f2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87f7162 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. Configuration menu
    Copy the full SHA
    c611749 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7262fe4 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

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

Commits on Nov 9, 2020

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

Commits on Nov 12, 2020

  1. fix: improve support for it.each involving tagged template literals (#…

    …701)
    
    * fix(no-disabled-tests): fix bug with it.each
    
    * fix(no-test-prefixes): fix bug with it.each
    
    * fix(consistent-test-it): fix bug with it.each
    
    * fix(no-standalone-expect): coverage back to 100%
    
    * fix: code review changes
    k-yle authored Nov 12, 2020
    Configuration menu
    Copy the full SHA
    2341814 View commit details
    Browse the repository at this point in the history
  2. chore(release): 24.1.1 [skip ci]

    ## [24.1.1](v24.1.0...v24.1.1) (2020-11-12)
    
    ### Bug Fixes
    
    * improve support for it.each involving tagged template literals ([#701](#701)) ([2341814](2341814))
    semantic-release-bot committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    ce08024 View commit details
    Browse the repository at this point in the history
  3. fix(no-done-callback): fix regression with it.each (#708)

    * fix(no-done-callback): fix regression with it.each
    
    * chore: apply suggestions from code review
    
    * chore: apply another suggestion from code review
    
    Co-authored-by: Simen Bekkhus <[email protected]>
    
    Co-authored-by: Gareth Jones <[email protected]>
    Co-authored-by: Simen Bekkhus <[email protected]>
    3 people authored Nov 12, 2020
    Configuration menu
    Copy the full SHA
    2f032f8 View commit details
    Browse the repository at this point in the history
  4. chore(release): 24.1.2 [skip ci]

    ## [24.1.2](v24.1.1...v24.1.2) (2020-11-12)
    
    ### Bug Fixes
    
    * **no-done-callback:** fix regression with it.each ([#708](#708)) ([2f032f8](2f032f8))
    semantic-release-bot committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    fe80f2f View commit details
    Browse the repository at this point in the history
Loading