ESLint plugin that detects unsupported keywords in chai.js expect() assertions to prevent silent test failures.
eslint-plugin-chai-expect-keywords is an ESLint plugin specifically designed for chai.js testing frameworks. It helps developers catch unsupported keywords in expect() assertion chains that would otherwise pass silently without failing tests, improving test reliability and preventing false positives.
expect() chains that aren't recognized by chai or its pluginsThe plugin follows a preventive approach to testing by catching potential issues at the linting stage rather than during test execution, ensuring that chai assertion chains are semantically valid before tests run.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.