From 4961cbc4415fda43d32a946881bad4f106ec880d Mon Sep 17 00:00:00 2001 From: Stepan Mikhaylyuk Date: Tue, 13 Oct 2015 20:37:15 +0300 Subject: [PATCH] Update react-input-calendar-tests.tsx --- react-input-calendar/react-input-calendar-tests.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/react-input-calendar/react-input-calendar-tests.tsx b/react-input-calendar/react-input-calendar-tests.tsx index 599c8533c..127106424 100644 --- a/react-input-calendar/react-input-calendar-tests.tsx +++ b/react-input-calendar/react-input-calendar-tests.tsx @@ -1,4 +1,6 @@ /// /// -var reactInp = new ReactInputCalendar(); +import * as ReactInputCalendar from 'react-input-calendar'; +import * as React from 'react'; +React.render(, document.body);