wrote tab stop tests

This commit is contained in:
Dolan Miu
2016-07-15 18:50:54 +01:00
parent 8752c63345
commit f8cf0431c0
4 changed files with 77 additions and 20 deletions

View File

@ -1,7 +1,4 @@
/// <reference path="../../../../typings/mocha/mocha.d.ts" />
/// <reference path="../../../../typings/chai/chai.d.ts" />
import {Attributes} from "../../../../docx/xml-components";
import {Attributes} from "../../../docx/xml-components";
import {assert} from "chai";
describe("Attribute", () => {