From 3a307c97a94eee8b1bbcb8432107dff0f2486d70 Mon Sep 17 00:00:00 2001 From: Logan McAnsh Date: Thu, 21 Feb 2019 11:17:49 -0500 Subject: [PATCH] update test Signed-off-by: Logan McAnsh --- types/react-swipeable-views/react-swipeable-views-tests.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/types/react-swipeable-views/react-swipeable-views-tests.ts b/types/react-swipeable-views/react-swipeable-views-tests.ts index e35be787fb..0bdc2fabfd 100644 --- a/types/react-swipeable-views/react-swipeable-views-tests.ts +++ b/types/react-swipeable-views/react-swipeable-views-tests.ts @@ -44,7 +44,8 @@ React.createElement(SwipeableViews, { title: "Carousel", onTransitionEnd, axis: "x-reverse", - springConfig + springConfig, + disableLazyLoading: false }); React.createElement(SwipeableViews, {});