Skip to content

Commit 75e74f6

Browse files
committed
(dep) change dependency to remove warning
1 parent 775fe26 commit 75e74f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Bling.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* eslint-disable react/no-multi-comp */
22
import React, {Component} from "react";
33
import PropTypes from "prop-types";
4-
import ReactTestUtils from "react-addons-test-utils";
4+
import ReactTestUtils from "react-dom/test-utils";
55
import Bling from "../src/Bling";
66
import Events from "../src/Events";
77
import {pubadsAPI, APIToCallBeforeServiceEnabled} from "../src/createManager";

0 commit comments

Comments
 (0)