Remove template file and placed in the Wiki

https://github.com/dolanmiu/docx/wiki/Contributing-Guidelines
This commit is contained in:
Dolan
2017-09-19 15:56:52 +01:00
parent ebbf6a99c1
commit ed53c30f42
2 changed files with 4 additions and 18 deletions

View File

@ -1,18 +0,0 @@
/* tslint:disable */
import { assert } from "chai";
import { Utility } from "./utility";
/* tslint:enable */
describe("", () => {
beforeEach(() => {
// TODO
});
describe("#methodName()", () => {
it("should ", () => {
// TODO
});
});
});