Skip to content

Commit

Permalink
make npm test pass
Browse files Browse the repository at this point in the history
  • Loading branch information
mciparelli committed May 22, 2015
1 parent 16472c9 commit ed35092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/index-test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

jest.dontMock('../index');
jest.dontMock('../');

var React = require('react/addons');
// var ReactTooltip = require('../index');
Expand Down

0 comments on commit ed35092

Please sign in to comment.