Skip to content

Commit

Permalink
Add polifill to avoid warning when running test
Browse files Browse the repository at this point in the history
  • Loading branch information
javflores committed Oct 17, 2017
1 parent 71c438f commit 90a73c4
Show file tree
Hide file tree
Showing 8 changed files with 135 additions and 1,428 deletions.
210 changes: 110 additions & 100 deletions .idea/workspace.xml

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions src/App.test.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// import raf from './setupTests';
//https://github.com/facebookincubator/create-react-app/issues/3199

import React from 'react';
import { mount } from 'enzyme';
import { mountToJson } from 'enzyme-to-json';
Expand All @@ -6,6 +9,7 @@ import store from './store/index';
import * as random from './utilities/random';
import App from './App';


it('renders correctly', () => {
const app = mount(
<App store={store}/>
Expand Down
Loading

0 comments on commit 90a73c4

Please sign in to comment.