diff --git a/react-scroll/react-scroll-tests.ts b/react-scroll/react-scroll-tests.tsx
similarity index 58%
rename from react-scroll/react-scroll-tests.ts
rename to react-scroll/react-scroll-tests.tsx
index a1d3a2890..d8da82732 100644
--- a/react-scroll/react-scroll-tests.ts
+++ b/react-scroll/react-scroll-tests.tsx
@@ -1,10 +1,10 @@
///
///
-import { Component } from 'react'
-import { Link, Element, scroller } from 'react-scroll'
+import { Component } from 'react';
+import { Link, Element, scroller } from 'react-scroll';
let link = ;
let element = ;
-//scroller.scrollTo("test");
\ No newline at end of file
+scroller.scrollTo("test");
\ No newline at end of file