clean up
This commit is contained in:
@ -3,7 +3,7 @@
|
|||||||
import {Attributes} from "../docx/xml-components";
|
import {Attributes} from "../docx/xml-components";
|
||||||
import {assert} from "chai";
|
import {assert} from "chai";
|
||||||
|
|
||||||
describe('Attribute', () => {
|
describe("Attribute", () => {
|
||||||
var attributes: Attributes;
|
var attributes: Attributes;
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
@ -8,7 +8,7 @@ function jsonify(obj: Object) {
|
|||||||
return JSON.parse(stringifiedJson);
|
return JSON.parse(stringifiedJson);
|
||||||
}
|
}
|
||||||
|
|
||||||
describe('Body', () => {
|
describe("Body", () => {
|
||||||
var body: Body;
|
var body: Body;
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
import * as docx from "../docx";
|
import * as docx from "../docx";
|
||||||
import {assert} from "chai";
|
import {assert} from "chai";
|
||||||
|
|
||||||
describe('Document', () => {
|
describe("Document", () => {
|
||||||
var document: docx.Document;
|
var document: docx.Document;
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
@ -13,7 +13,7 @@ function jsonify(obj: Object) {
|
|||||||
return JSON.parse(stringifiedJson);
|
return JSON.parse(stringifiedJson);
|
||||||
}
|
}
|
||||||
|
|
||||||
describe.only('Formatter', () => {
|
describe.only("Formatter", () => {
|
||||||
var formatter: Formatter;
|
var formatter: Formatter;
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
@ -6,7 +6,7 @@ import {LocalPacker} from "../export/packer/local";
|
|||||||
import {assert} from "chai";
|
import {assert} from "chai";
|
||||||
import {Document} from "../docx/document"
|
import {Document} from "../docx/document"
|
||||||
|
|
||||||
describe('Packer', () => {
|
describe("Packer", () => {
|
||||||
var packer: LocalPacker;
|
var packer: LocalPacker;
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
@ -8,7 +8,7 @@ function jsonify(obj: Object) {
|
|||||||
return JSON.parse(stringifiedJson);
|
return JSON.parse(stringifiedJson);
|
||||||
}
|
}
|
||||||
|
|
||||||
describe('Paragraph', () => {
|
describe("Paragraph", () => {
|
||||||
var paragraph: docx.Paragraph;
|
var paragraph: docx.Paragraph;
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
@ -9,7 +9,7 @@ function jsonify(obj: Object) {
|
|||||||
return JSON.parse(stringifiedJson);
|
return JSON.parse(stringifiedJson);
|
||||||
}
|
}
|
||||||
|
|
||||||
describe('Run', () => {
|
describe("Run", () => {
|
||||||
var run: Run;
|
var run: Run;
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
Reference in New Issue
Block a user