Skip to content

Commit

Permalink
fix: Definition for rule 'jasmine/prefer-toBeUndefined' was not found
Browse files Browse the repository at this point in the history
Fixes #300
  • Loading branch information
libinvarghese authored and DianaSuvorova committed Feb 2, 2021
1 parent 7188e8f commit 6e2b913
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ module.exports = {
'new-line-between-declarations': require('./lib/rules/new-line-between-declarations'),
'new-line-before-expect': require('./lib/rules/new-line-before-expect'),
'prefer-jasmine-matcher': require('./lib/rules/prefer-jasmine-matcher'),
'prefer-toHaveBeenCalledWith': require('./lib/rules/prefer-toHaveBeenCalledWith')
'prefer-toHaveBeenCalledWith': require('./lib/rules/prefer-toHaveBeenCalledWith'),
'prefer-toBeUndefined': require('./lib/rules/prefer-toBeUndefined')
},
configs: {
recommended: {
Expand Down

0 comments on commit 6e2b913

Please sign in to comment.