cypress-io / eslint-plugin-cypress

An ESLint plugin for projects that use Cypress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cypress/no-async-before rule documentation issues

MikeMcC399 opened this issue · comments

  • This issue follows on from issue #190

Issue

  • The rule no-async-before provided by PR #151 has some associated documentation errors and omissions:
  1. The entry for this rule is missing in the README > Rules section, although it is mentioned in the README > Usage section.
  2. The documentation heading for no-async-before "Prevent using async/await in Cypress test cases (no-async-tests)" is incorrect and is the same as no-async-tests.

This issue is addressed in 2 PRs:

@MikeMcC399 Can this be closed?

@jennifer-shehane

Can this be closed?

Yes, now that both related PRs have been merged. Thanks.