Skip to content

Commit

Permalink
feat(cap-is-new-exceptions): added BeforeAll & AfterAll to allowed list
Browse files Browse the repository at this point in the history
  • Loading branch information
travi committed Aug 22, 2019
1 parent f0bb100 commit d02ce6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ module.exports = {
{
capIsNewExceptions: [
'Before',
'BeforeAll',
'After',
'AfterAll',
'Given',
'When',
'Then'
Expand Down

0 comments on commit d02ce6e

Please sign in to comment.