Skip to content

Commit ed35092

Browse files
committed
make npm test pass
1 parent 16472c9 commit ed35092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/index-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
jest.dontMock('../index');
3+
jest.dontMock('../');
44

55
var React = require('react/addons');
66
// var ReactTooltip = require('../index');

0 commit comments

Comments
 (0)