Fix unit test for tsx
This commit is contained in:
parent
e8afb23ae0
commit
7107f00beb
|
@ -1,7 +1,7 @@
|
|||
class Test extends React.Component<Foo> {
|
||||
render() {
|
||||
return (
|
||||
<div className="class" >
|
||||
<div className= "class" >
|
||||
<h2 className="anotherClass" >
|
||||
{ this.foo.bar }
|
||||
< /h2>
|
||||
|
@ -9,4 +9,4 @@ class Test extends React.Component<Foo> {
|
|||
</div>
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue