Skip to content

Commit

Permalink
Update after rebasing
Browse files Browse the repository at this point in the history
  • Loading branch information
johanblumenberg committed Oct 4, 2018
1 parent 1985a9a commit bd90921
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions test/integration/hook-err.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ describe('hook error handling', function() {
assert.deepEqual(lines, [
'test 1',
'after',
bang + 'test 3',
bang,
'test 3',
'test 4',
'after each 1',
bang + 'after each 2'
Expand Down Expand Up @@ -138,7 +139,8 @@ describe('hook error handling', function() {
assert.deepEqual(lines, [
'test 1',
'after',
bang + 'test 3',
bang,
'test 3',
'test 4',
'after each 1',
bang + 'after each 2'
Expand All @@ -165,7 +167,8 @@ describe('hook error handling', function() {
'1-2 before each',
'1-2 test 1',
'1-2 after each',
bang + '1 after each',
bang,
'1 after each',
'root after each',
'1-2 after',
'1 after',
Expand Down

0 comments on commit bd90921

Please sign in to comment.