jane/eslint-plugin-jane

View on GitHub
rules/jest.js

Summary

Maintainability
A
0 mins
Test Coverage
const jestRules = {
  'jest/no-disabled-tests': 2,
  'jest/no-focused-tests': 2,
  'jest/no-identical-title': 2,
  'jest/valid-expect': 2,
}

module.exports = { jestRules }