wrote lots of tests

This commit is contained in:
Dolan Miu
2016-07-18 19:17:19 +01:00
parent d23583f9b5
commit 078196c6d6
8 changed files with 151 additions and 6 deletions

View File

@ -1,6 +1,3 @@
/// <reference path="../../../typings/mocha/mocha.d.ts" />
/// <reference path="../../../typings/chai/chai.d.ts" />
import {Run} from "../../../docx/run";
import {TextRun} from "../../../docx/run/text-run";
import {assert} from "chai";