Fix tests

This commit is contained in:
Dolan
2019-08-06 22:27:16 +01:00
parent e45e7ffe06
commit 82fef4c2b1

View File

@ -133,7 +133,6 @@ describe("Run", () => {
describe("#highlight()", () => {
it("it should add highlight to the properties", () => {
const run = new Run({
doubleStrike: true,
highlight: "005599",
});
const tree = new Formatter().format(run);
@ -159,7 +158,6 @@ describe("Run", () => {
describe("#shadow()", () => {
it("it should add shadow to the properties", () => {
const run = new Run({
doubleStrike: true,
shadow: {
type: ShadingType.PERCENT_10,
fill: "00FFFF",