Skip to content

Commit

Permalink
Break the build to check CI
Browse files Browse the repository at this point in the history
  • Loading branch information
NMinhNguyen committed Feb 27, 2020
1 parent d2d678e commit adde915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/ReactShallowRendererMemo-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import * as PropTypes from 'prop-types';
import * as React from 'react';
import ReactShallowRenderer from 'react-shallow-renderer';

const createRenderer = ReactShallowRenderer.createRenderer;
const createRenderer = ReactShallowRenderer;

describe('ReactShallowRendererMemo', () => {
it('should call all of the legacy lifecycle hooks', () => {
Expand Down

0 comments on commit adde915

Please sign in to comment.