Changed tests

This commit is contained in:
oizie
2016-03-10 09:40:31 +00:00
parent 84d5dcdf3f
commit 69882a2528

View File

@@ -8,7 +8,7 @@ class LinkTest extends React.Component<React.Props<{}>, {}> {
render() {
return <div>
<Link to="/">Dashboard</Link>
<Link to="test" spy={true} smooth={true}>Dashboard</Link>
</div>
}