Skip to content

Commit

Permalink
fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonelizabeth committed Jan 3, 2020
1 parent de03630 commit c6cf69a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jest.mock('ui/i18n', () => {
return { I18nContext };
});

jest.mock('ui/new_platform');

describe('<PolicyEdit />', () => {
let testBed: PolicyFormTestBed;
let testBedPolicyAdd: PolicyFormTestBed;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jest.mock('ui/i18n', () => {
return { I18nContext };
});

jest.mock('ui/new_platform');

describe('<RepositoryAdd />', () => {
let testBed: RepositoryAddTestBed;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jest.mock('ui/i18n', () => {
return { I18nContext };
});

jest.mock('ui/new_platform');

describe('<RepositoryEdit />', () => {
let testBed: TestBed<RepositoryEditTestSubjects>;
let testBedRepositoryAdd: TestBed<RepositoryAddTestSubjects>;
Expand Down

0 comments on commit c6cf69a

Please sign in to comment.