From 5ca2760d99f4963a352c6069872841174594a4d6 Mon Sep 17 00:00:00 2001 From: oizie Date: Thu, 10 Mar 2016 10:55:28 +0000 Subject: [PATCH] Changed way of testing --- react-scroll/react-scroll-tests.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/react-scroll/react-scroll-tests.ts b/react-scroll/react-scroll-tests.ts index 4290ec5a1..ce209608d 100644 --- a/react-scroll/react-scroll-tests.ts +++ b/react-scroll/react-scroll-tests.ts @@ -6,9 +6,9 @@ import { Component } from 'react' import * as ReactDOM from 'react-dom'; import { Link, Element, Events, scroller } from 'react-scroll' -let link = Dashboard; -let element = Test; +let link = ; +let element = ; -scroller.scrollTo("test"); +//scroller.scrollTo("test");