Fix style and tslint
This commit is contained in:
@ -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",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user