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