From e0a74d09ed0551e115f8bd66f3a53205c7a781ce Mon Sep 17 00:00:00 2001 From: oizie Date: Thu, 10 Mar 2016 09:59:00 +0000 Subject: [PATCH] Fixed the tests. --- react-scroll/react-scroll-tests.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/react-scroll/react-scroll-tests.ts b/react-scroll/react-scroll-tests.ts index 60fe1d1ded..7fda415d1d 100644 --- a/react-scroll/react-scroll-tests.ts +++ b/react-scroll/react-scroll-tests.ts @@ -1,8 +1,8 @@ /// /// -import * as React from 'react'; -import { Link, Element, Events, scroller } from 'react-scroll'; +import * as React from 'react' +import { Link, Element, Events, scroller } from 'react-scroll' class LinkTest extends React.Component, {}> {