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 Loading
base: v24.3.7
Choose a base ref
...
head repository: jest-community/eslint-plugin-jest Loading
compare: v24.4.0
Choose a head ref
  • 2 commits
  • 8 files changed
  • 2 contributors

Commits on Jul 21, 2021

  1. feat: create max-nested-describe rule (#845)

    * feat: create max-nested-describe rule
    
    * feat: support only object schema
    
    * refactor: simplify call expression type check
    
    * test: max 0 option
    
    * test: update number of rules
    
    * test: update snapshot
    
    * test: describe modifiers
    
    * docs: fix examples syntax
    
    * docs: fix syntax consistency
    
    * test: fix missing brackets
    
    * refactor: add spacing around message placeholders
    
    * feat: increase default max to 5
    
    * docs: update with new default max of 5
    
    * test: add cases for 5 max
    dominictwlee committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    8067405 View commit details
    Browse the repository at this point in the history
  2. chore(release): 24.4.0 [skip ci]

    # [24.4.0](v24.3.7...v24.4.0) (2021-07-21)
    
    ### Features
    
    * create `max-nested-describe` rule ([#845](#845)) ([8067405](8067405))
    semantic-release-bot committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    f784d1a View commit details
    Browse the repository at this point in the history
Loading