Skip to content

Commit

Permalink
Mock angular-compat to fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksellen committed May 22, 2020
1 parent 03f7aa3 commit dae7fff
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import * as tribesApi from '@/modules/tribes/client/api/tribes.api';
const api = { tribes: tribesApi };

jest.mock('@/modules/tribes/client/api/tribes.api');
jest.mock('@/modules/core/client/services/angular-compat');

const onMembershipUpdated = jest.fn();

Expand Down

0 comments on commit dae7fff

Please sign in to comment.