Skip to content

Commit

Permalink
Fix React PropTypes warning in tests for Immutable plugin (#4412)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrottimark authored and cpojer committed Sep 1, 2017
1 parent be6952d commit 0e76e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pretty-format/src/__tests__/immutable.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

'use strict';

import * as React from 'react';
import React from 'react';
import Immutable from 'immutable';
import prettyFormat from '../';
const {Immutable: ImmutablePlugin, ReactElement} = prettyFormat.plugins;
Expand Down

0 comments on commit 0e76e68

Please sign in to comment.