Skip to content

Commit

Permalink
(dep) change dependency to remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
potench committed Jul 30, 2017
1 parent 775fe26 commit 75e74f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Bling.spec.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-disable react/no-multi-comp */
import React, {Component} from "react";
import PropTypes from "prop-types";
import ReactTestUtils from "react-addons-test-utils";
import ReactTestUtils from "react-dom/test-utils";
import Bling from "../src/Bling";
import Events from "../src/Events";
import {pubadsAPI, APIToCallBeforeServiceEnabled} from "../src/createManager";
Expand Down

0 comments on commit 75e74f6

Please sign in to comment.