eslint-plugin-jest-async

1.0.3 • Public • Published

eslint-plugin-jest-async

ESLint rules for Jest to detect improper test assertions for asynchronous (Promise-based) actions

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-jest-async:

$ npm install eslint-plugin-jest-async --save-dev

Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-jest-async globally.

Usage

Add jest-async to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "jest-async"
    ]
}

Then configure the rules you want to use under the rules section.

{
    "rules": {
        "jest-async/expect-return": "error"
    }
}

Supported Rules

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    3,128
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    3,128
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i eslint-plugin-jest-async

Weekly Downloads

2,551

Version

1.0.3

License

ISC

Last publish

Collaborators

  • mangs