Skip to content

Commit

Permalink
mock angular-sanitize in jest tests
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Apr 28, 2020
1 parent b1fcc5c commit 3fbd7d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/legacy/ui/public/i18n/index.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import { render } from 'enzyme';
import PropTypes from 'prop-types';
import React from 'react';

jest.mock('angular-sanitize');
jest.mock('ui/new_platform', () => ({
npStart: {
core: {
Expand Down

0 comments on commit 3fbd7d3

Please sign in to comment.