Skip to content

Commit

Permalink
Merge pull request #191 from MikeMcC399/enable/no-async-before
Browse files Browse the repository at this point in the history
fix: enable cypress/no-async-before
  • Loading branch information
jennifer-shehane committed Apr 25, 2024
2 parents 131d3a7 + b57bf97 commit bd9694f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -5,6 +5,7 @@ module.exports = {
'no-assigning-return-values': require('./lib/rules/no-assigning-return-values'),
'unsafe-to-chain-command': require('./lib/rules/unsafe-to-chain-command'),
'no-unnecessary-waiting': require('./lib/rules/no-unnecessary-waiting'),
'no-async-before': require('./lib/rules/no-async-before'),
'no-async-tests': require('./lib/rules/no-async-tests'),
'assertion-before-screenshot': require('./lib/rules/assertion-before-screenshot'),
'require-data-selectors': require('./lib/rules/require-data-selectors'),
Expand Down

0 comments on commit bd9694f

Please sign in to comment.