File tree 2 files changed +2
-2
lines changed
packages/octopus-fig/test/integration 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ export class AssetUpdater {
108
108
}
109
109
110
110
const reader = new SourceApiReader ( readerOptions )
111
- const design = reader . parse ( )
111
+ const design = reader . getSourceDesign ( )
112
112
113
113
design . on ( 'ready:design' , ( design ) => this . _onDesign ( design ) )
114
114
design . on ( 'ready:style' , ( chunk ) => this . _onStyle ( chunk ) )
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ export class TestComparer extends BaseTestComparer {
27
27
throw new Error ( `Wrong SourceData for assetId: '${ assetId } ' and sourceDataPath: '${ sourceDataPath } '` )
28
28
const reader = new SourcePluginReader ( sourceData )
29
29
30
- const result = await this . _octopusConverter . convertDesign ( { designEmitter : reader . parse ( ) } )
30
+ const result = await this . _octopusConverter . convertDesign ( { designEmitter : reader . getSourceDesign ( ) } )
31
31
const { components : componentsGenerated , manifest : manifestGenerated } = result ?? { }
32
32
33
33
const componentsGenValues = ( componentsGenerated ?? [ ] )
You can’t perform that action at this time.
0 commit comments