Skip to content

Commit

Permalink
Update test assetCreator
Browse files Browse the repository at this point in the history
  • Loading branch information
ericnewcomer committed May 1, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 16b2d18 commit 1b9bc2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/testUtils/assetCreators.ts
Original file line number Diff line number Diff line change
@@ -486,6 +486,7 @@ export const getActionFormProps = (action: AnyAction): ActionFormProps => ({
helpArticles: {},
addAsset: jest.fn(),
updateAction: jest.fn(),
removeLocalizations: jest.fn(),
onClose: jest.fn(),
onTypeChange: jest.fn(),
issues: [],

0 comments on commit 1b9bc2c

Please sign in to comment.