mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 12:56:46 +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={'/'} />
|
||||
<Link to="/">Dashboard</Link>
|
||||
</div>
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@ class ElementTest extends React.Component<React.Props<{}>, {}> {
|
||||
|
||||
render() {
|
||||
return <div>
|
||||
<Element name="test" />
|
||||
<Element name="test" >Test</Element>
|
||||
</div>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user