Skip to content

Commit

Permalink
Add createAnimatedComponent to mock (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreCapo authored and kmagiera committed Sep 21, 2019
1 parent 52ffd70 commit a606e08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mock.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ module.exports = {
spring: NOOP,

useCode: NOOP,
createAnimatedComponent: Component => Component,
},

Easing: {
Expand Down

0 comments on commit a606e08

Please sign in to comment.