dangreenisrael / eslint-plugin-jest-formatting

ESLint rules for formatting test suites written for jest.
MIT License
156 stars 13 forks source link

DOCS: fix "describe" rule name typo #115

Closed twelve17 closed 1 year ago

twelve17 commented 1 year ago

The rule details incorrectly refers to the beforeEach rule, when it should be the describe rule.

benkimpel commented 1 year ago

Thanks!