added run tests

This commit is contained in:
Dolan Miu
2016-03-30 03:58:53 +01:00
parent a0acb6d1a6
commit b81c3875a3
3 changed files with 44 additions and 5 deletions

View File

@ -1,2 +1,3 @@
export {Document} from "./document";
export {Paragraph} from "./paragraph";
export {Run} from "./run"