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

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