Skip to content

Commit d02ce6e

Browse files
committed
feat(cap-is-new-exceptions): added BeforeAll & AfterAll to allowed list
1 parent f0bb100 commit d02ce6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.js

+2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ module.exports = {
1010
{
1111
capIsNewExceptions: [
1212
'Before',
13+
'BeforeAll',
1314
'After',
15+
'AfterAll',
1416
'Given',
1517
'When',
1618
'Then'

0 commit comments

Comments
 (0)