change shading val -> type

This commit is contained in:
Tom Hunkapiller
2021-05-29 05:51:06 +03:00
parent 730e33b164
commit 034cd187ab
14 changed files with 24 additions and 24 deletions

View File

@ -226,7 +226,7 @@ describe("Run", () => {
it("it should add shadow to the properties", () => {
const run = new Run({
shading: {
val: ShadingType.PERCENT_10,
type: ShadingType.PERCENT_10,
fill: "00FFFF",
color: "FF0000",
},