Fix style and tslint

This commit is contained in:
Dolan
2018-08-03 01:53:19 +01:00
parent 22bd13a253
commit 810fd7e7b8

View File

@ -1,3 +1,4 @@
// tslint:disable:object-literal-key-quotes
import { assert, expect } from "chai"; import { assert, expect } from "chai";
import { Formatter } from "../../export/formatter"; import { Formatter } from "../../export/formatter";
@ -103,7 +104,7 @@ describe("Image", () => {
"a:graphicFrameLocks": [ "a:graphicFrameLocks": [
{ {
_attr: { _attr: {
"noChangeAspect": 1, noChangeAspect: 1,
"xmlns:a": "http://schemas.openxmlformats.org/drawingml/2006/main", "xmlns:a": "http://schemas.openxmlformats.org/drawingml/2006/main",
}, },
}, },
@ -168,7 +169,7 @@ describe("Image", () => {
"a:blip": [ "a:blip": [
{ {
_attr: { _attr: {
"cstate": "none", cstate: "none",
"r:embed": "rId0", "r:embed": "rId0",
}, },
}, },