This commit is contained in:
Dolan Miu
2016-04-03 05:24:56 +01:00
parent 213696b780
commit 69df80f873
7 changed files with 7 additions and 7 deletions

View File

@ -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(() => {

View File

@ -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(() => {

View File

@ -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(() => {

View File

@ -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(() => {

View File

@ -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(() => {

View File

@ -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(() => {

View File

@ -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(() => {