Add artifact ID to KCL values that have them (#5205)
* Add artifact ID to KCL values that have them * Fix tests to use new fields * Update output after adding artifact IDs * Update docs
This commit is contained in:
@ -221,6 +221,7 @@ const newVar = myVar + 1`
|
||||
},
|
||||
],
|
||||
id: expect.any(String),
|
||||
artifactId: expect.any(String),
|
||||
units: {
|
||||
type: 'Mm',
|
||||
},
|
||||
|
Reference in New Issue
Block a user