@@ -140,12 +140,7 @@ describe('mapEntityBlendProperties', () => {
140
140
isMask : false ,
141
141
effects : [ ] ,
142
142
} ,
143
- {
144
- projectId : 'test-project' ,
145
- nodeId : 'test-node' ,
146
- initialNodeId : 'initial-test-node' ,
147
- parentNodeId : 'test-parent-node' ,
148
- }
143
+ 'test-node'
149
144
)
150
145
expect ( entities ) . toMatchSnapshot ( )
151
146
expect ( relations . toJSON ( ) ) . toMatchSnapshot ( )
@@ -179,12 +174,7 @@ describe('mapEntityBlendProperties', () => {
179
174
} ,
180
175
] ,
181
176
} ,
182
- {
183
- projectId : 'test-project' ,
184
- nodeId : 'test-node' ,
185
- initialNodeId : 'initial-test-node' ,
186
- parentNodeId : 'test-parent-node' ,
187
- }
177
+ 'test-node'
188
178
)
189
179
expect ( entities ) . toMatchSnapshot ( )
190
180
expect ( relations . toJSON ( ) ) . toMatchSnapshot ( )
@@ -218,12 +208,7 @@ describe('mapEntityBlendProperties', () => {
218
208
} ,
219
209
] ,
220
210
} ,
221
- {
222
- projectId : 'test-project' ,
223
- nodeId : 'test-node' ,
224
- initialNodeId : 'initial-test-node' ,
225
- parentNodeId : 'test-parent-node' ,
226
- }
211
+ 'test-node'
227
212
)
228
213
expect ( entities ) . toMatchSnapshot ( )
229
214
expect ( relations . toJSON ( ) ) . toMatchSnapshot ( )
@@ -246,12 +231,7 @@ describe('mapEntityBlendProperties', () => {
246
231
} ,
247
232
] ,
248
233
} ,
249
- {
250
- projectId : 'test-project' ,
251
- nodeId : 'test-node' ,
252
- initialNodeId : 'initial-test-node' ,
253
- parentNodeId : 'test-parent-node' ,
254
- }
234
+ 'test-node'
255
235
)
256
236
expect ( entities ) . toMatchSnapshot ( )
257
237
expect ( relations . toJSON ( ) ) . toMatchSnapshot ( )
@@ -274,12 +254,7 @@ describe('mapEntityBlendProperties', () => {
274
254
} ,
275
255
] ,
276
256
} ,
277
- {
278
- projectId : 'test-project' ,
279
- nodeId : 'test-node' ,
280
- initialNodeId : 'initial-test-node' ,
281
- parentNodeId : 'test-parent-node' ,
282
- }
257
+ 'test-node'
283
258
)
284
259
expect ( entities ) . toMatchSnapshot ( )
285
260
expect ( relations . toJSON ( ) ) . toMatchSnapshot ( )
@@ -339,12 +314,7 @@ describe('mapEntityBlendProperties', () => {
339
314
} ,
340
315
] ,
341
316
} ,
342
- {
343
- projectId : 'test-project' ,
344
- nodeId : 'test-node' ,
345
- initialNodeId : 'initial-test-node' ,
346
- parentNodeId : 'test-parent-node' ,
347
- }
317
+ 'test-node'
348
318
)
349
319
expect ( entities ) . toMatchSnapshot ( )
350
320
expect ( relations . toJSON ( ) ) . toMatchSnapshot ( )
0 commit comments