Fix tests
This commit is contained in:
@ -133,7 +133,6 @@ describe("Run", () => {
|
|||||||
describe("#highlight()", () => {
|
describe("#highlight()", () => {
|
||||||
it("it should add highlight to the properties", () => {
|
it("it should add highlight to the properties", () => {
|
||||||
const run = new Run({
|
const run = new Run({
|
||||||
doubleStrike: true,
|
|
||||||
highlight: "005599",
|
highlight: "005599",
|
||||||
});
|
});
|
||||||
const tree = new Formatter().format(run);
|
const tree = new Formatter().format(run);
|
||||||
@ -159,7 +158,6 @@ describe("Run", () => {
|
|||||||
describe("#shadow()", () => {
|
describe("#shadow()", () => {
|
||||||
it("it should add shadow to the properties", () => {
|
it("it should add shadow to the properties", () => {
|
||||||
const run = new Run({
|
const run = new Run({
|
||||||
doubleStrike: true,
|
|
||||||
shadow: {
|
shadow: {
|
||||||
type: ShadingType.PERCENT_10,
|
type: ShadingType.PERCENT_10,
|
||||||
fill: "00FFFF",
|
fill: "00FFFF",
|
||||||
|
Reference in New Issue
Block a user