Skip to content

Commit

Permalink
added always (#5)
Browse files Browse the repository at this point in the history
This was added in pr avajs/ava#1025
  • Loading branch information
tjbenton authored and sheerun committed Jan 12, 2017
1 parent ea04fca commit eb6b2ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ var chainableMethods = {
beforeEach: {beforeEach: true},
afterEach: {afterEach: true},
cb: {cb: true},
always: { always: true },
// Extras
describe: {$group: 'describe'},
feature: {$group: 'feature'},
Expand Down

0 comments on commit eb6b2ed

Please sign in to comment.