Changed the tests

This commit is contained in:
oizie
2016-03-10 10:38:41 +00:00
parent e0a74d09ed
commit 38eab28f31
+3 -3
View File
@@ -1,10 +1,10 @@
/// <reference path="../react/react.d.ts" />
/// <reference path="./react-scroll.d.ts" />
import * as React from 'react'
import { Component } from 'react'
import { Link, Element, Events, scroller } from 'react-scroll'
class LinkTest extends React.Component<React.Props<{}>, {}> {
class LinkTest extends Component<any, any> {
render() {
return <div>
@@ -14,7 +14,7 @@ class LinkTest extends React.Component<React.Props<{}>, {}> {
}
class ElementTest extends React.Component<React.Props<{}>, {}> {
class ElementTest extends Component<any, any> {
render() {
return <div>