Skip to content

Commit

Permalink
Merge branch 'timorthi/issue2983-migration-lifecycle-hooks' of github…
Browse files Browse the repository at this point in the history
….com:leaselock/knex into timorthi/issue2983-migration-lifecycle-hooks
  • Loading branch information
timorthi committed Dec 20, 2023
2 parents cc2680b + 6eaaf7f commit ce0ace0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ describe('Migrations Lifecycle Hooks', function () {
]);
});

it('does not run the migration or the afterEach/afterAll hooks if the hook fails', async function () {
it('does not run the migration and the afterEach/afterAll hooks if the hook fails', async function () {
const beforeEach = sinon
.stub()
.throws(new Error('force beforeEach hook failure'));
Expand Down

0 comments on commit ce0ace0

Please sign in to comment.