Skip to content

Commit

Permalink
fix: Properly export "no-pause" rule (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
Strajk committed Sep 14, 2021
1 parent ba8c879 commit 874c51f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -8,6 +8,7 @@ module.exports = {
'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'),
'no-pause': require('./lib/rules/no-pause'),
},
configs: {
recommended: require('./lib/config/recommended'),
Expand Down

0 comments on commit 874c51f

Please sign in to comment.