This commit is contained in:
Dolan
2022-12-06 23:42:22 +00:00
parent 1592aa7117
commit 984e762a53

View File

@ -29,7 +29,6 @@ describe("Text", () => {
it("adds the passed in text to the component with options and sets default space type", () => {
const t = new Text({
text: " this is\n text",
space: SpaceType.DEFAULT,
});
const f = new Formatter().format(t);
expect(f).to.deep.equal({