diff --git a/README.md b/README.md index 7160ca3677..f444e0f482 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,10 @@ exporter.pack('My First Document'); ## Examples Check [the Wiki](https://github.com/dolanmiu/docx/wiki/Examples) for examples. +# Contributing + +Read the contribution guidelines [here](https://github.com/dolanmiu/docx/wiki/Contributing-Guidelines). + ----- Made with 💖 diff --git a/ts/tests/_testTemplate.ts b/ts/tests/_testTemplate.ts deleted file mode 100644 index 9cc4b088d7..0000000000 --- a/ts/tests/_testTemplate.ts +++ /dev/null @@ -1,18 +0,0 @@ -/* tslint:disable */ -import { assert } from "chai"; - -import { Utility } from "./utility"; -/* tslint:enable */ - -describe("", () => { - - beforeEach(() => { - // TODO - }); - - describe("#methodName()", () => { - it("should ", () => { - // TODO - }); - }); -});