File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -192,6 +192,13 @@ Object {
192
192
}
193
193
` ;
194
194
195
+ exports [` main fixtures processes component "component_9.js" without errors 1` ] = `
196
+ Object {
197
+ " description" : " Should be recognized as component." ,
198
+ " methods" : Array [],
199
+ }
200
+ ` ;
201
+
195
202
exports [` main fixtures processes component "component_10.js" without errors 1` ] = `
196
203
Object {
197
204
" description" : " React component that display current time at current location." ,
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Testing render method as public class field.
3
+ */
4
+ import view from "./view.jsx" ;
5
+ /**
6
+ * Should be recognized as component.
7
+ */
8
+ export default class ExampleComponent extends SomeOtherComponent {
9
+ render = view ;
10
+ }
You can’t perform that action at this time.
0 commit comments