Skip to content

Commit

Permalink
Fix bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
chinchiheather committed Dec 27, 2018
1 parent 7a17c9a commit 8d42df3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/integration/hook-err.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,11 @@ describe('hook error handling', function() {

describe('before hook error tip', function() {
before(run('hooks/before-hook-error-tip.fixture.js', onlyErrorTitle()));
<<<<<<< HEAD
it('should verify results', function() {
expect(lines, 'to equal', ['1) spec 2', '"before all" hook:']);
=======
it('should verify results', function () {
assert.deepEqual(
lines,
['1) spec 2', '"before all" hook for "skipped":']
);
>>>>>>> Update hook error tests so error tip & nested error are consistent
});
});

Expand Down

0 comments on commit 8d42df3

Please sign in to comment.