Files
docx-js/src/file/table-of-contents/table-of-contents.spec.ts

8 lines
149 B
TypeScript
Raw Normal View History

2018-08-22 10:30:19 -03:00
import { expect } from "chai";
describe("Table of Contents", () => {
it("should be true", () => {
expect(1).to.be.equal(1);
});
});