Skip to content

Commit

Permalink
Add back missing attr
Browse files Browse the repository at this point in the history
  • Loading branch information
sabarasaba committed Mar 24, 2022
1 parent ca5d6f4 commit 1d3e4f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export const setupEnvironment = () => {
};
};

export const getProcessorValue = (onUpdate: jest.Mock) => {
export const getProcessorValue = (onUpdate: jest.Mock, type: string) => {
const [onUpdateResult] = onUpdate.mock.calls[onUpdate.mock.calls.length - 1];
const { processors } = onUpdateResult.getData();
return processors;
Expand Down

0 comments on commit 1d3e4f7

Please sign in to comment.