Skip to content

Commit 0c453d4

Browse files
committed
fix test
1 parent ae98b57 commit 0c453d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tweenOneGroup.spec.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import React from 'react';
33
import ReactDom from 'react-dom';
44
import PropTypes from 'prop-types';
55
import expect from 'expect.js';
6-
import { TweenOneGroup } from '../index';
6+
import { TweenOneGroup } from '../src';
77
import TestUtils from 'react-dom/test-utils';
88

99
describe('rc-tween-one-group', () => {

0 commit comments

Comments
 (0)