Skip to content

Commit

Permalink
[ILM] Fix jest integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yuliacech committed Jul 21, 2020
1 parent 39742e6 commit d725472
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ const testBedConfig: TestBedConfig = {
initialEntries: [`/policies/edit/${POLICY_NAME}`],
componentRoutePath: `/policies/edit/:policyName`,
},
defaultProps: {
getUrlForApp: () => {},
},
};

const initTestBed = registerTestBed(EditPolicy, testBedConfig);
Expand Down

0 comments on commit d725472

Please sign in to comment.