(
objectConfiguration: gdObjectConfiguration,
name: string
)
| 470 | }); |
| 471 | |
| 472 | const getPropertyValue = ( |
| 473 | objectConfiguration: gdObjectConfiguration, |
| 474 | name: string |
| 475 | ) => |
| 476 | objectConfiguration |
| 477 | .getProperties() |
| 478 | .get(name) |
| 479 | .getValue(); |
| 480 | |
| 481 | test('can adapt the dimensions to keep the same volume', () => { |
| 482 | const { |
no test coverage detected