Move numbering into sub folder

This commit is contained in:
Dolan
2017-12-20 00:01:23 +00:00
parent 96413d6c47
commit 4c369510ce
12 changed files with 19 additions and 18 deletions

View File

@ -2,7 +2,7 @@ import { assert, expect } from "chai";
import * as docx from "../../docx";
import { Formatter } from "../../export/formatter";
import { Numbering } from "../../numbering";
import { Numbering } from "../numbering";
describe("Paragraph", () => {
let paragraph: docx.Paragraph;