Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
paranoidjk committed Nov 3, 2017
1 parent 62d2375 commit e296bd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
"jest": "^20.0.0",
"pre-commit": "1.x",
"rc-tools": "6.x",
"rc-trigger": "^2.2.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-test-renderer": "^16.0.0"
Expand Down
3 changes: 3 additions & 0 deletions tests/__mocks__/rc-trigger.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import Trigger from 'rc-trigger/lib/mock';

export default Trigger;

0 comments on commit e296bd5

Please sign in to comment.