molindo / eslint-config-molindo

ESLint config that implements the Molindo styleguide and helps to catch errors.
MIT License
1 stars 2 forks source link

Add `jest` preset #53

Closed amannn closed 2 years ago

amannn commented 3 years ago

With e.g. https://github.com/jest-community/eslint-plugin-jest/blob/master/docs/rules/no-focused-tests.md

It would be great if this would also consider Cypress tests (i.e. it.only). Since it's the same syntax, this might work OOTB.