mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-07 23:37:35 +08:00
Changed tests
This commit is contained in:
@@ -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>
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user