Skip to content

Commit

Permalink
fix: Fix cypress/no-async-tests not found error (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdelmas committed May 27, 2020
1 parent 82ed56b commit 28d978a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -4,6 +4,7 @@ module.exports = {
rules: {
'no-assigning-return-values': require('./lib/rules/no-assigning-return-values'),
'no-unnecessary-waiting': require('./lib/rules/no-unnecessary-waiting'),
'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'),
'no-force': require('./lib/rules/no-force'),
Expand Down

0 comments on commit 28d978a

Please sign in to comment.