Skip to content

Commit

Permalink
Remove hookRunner
Browse files Browse the repository at this point in the history
  • Loading branch information
Treterten committed May 30, 2024
1 parent cf17dca commit 8706a54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/__tests__/connection/database/actions.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ describe('database/actions.js', () => {

describe('exported functions', () => {
const id = 2;
const hookRunner = jest.fn((str, m, context, fn) => fn());
const mCaptcha = Immutable.fromJS({
field: {
email: {
Expand Down

0 comments on commit 8706a54

Please sign in to comment.