Explorar el Código

Fix externalComponent field from className to name due to fail test

Shalom Yerushalmy hace 7 años
padre
commit
7af4179c47
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      lib/src/commands/LayoutTreeParser.test.ts

+ 1
- 1
lib/src/commands/LayoutTreeParser.test.ts Ver fichero

177
 
177
 
178
 const externalComponent = {
178
 const externalComponent = {
179
   externalComponent: {
179
   externalComponent: {
180
-    className: 'MyReactComponent',
180
+    name: 'MyReactComponent',
181
     options,
181
     options,
182
     passProps
182
     passProps
183
   }
183
   }