From ed53c30f42df9e2b6d5cd83e6fb0955af9fdb3ff Mon Sep 17 00:00:00 2001 From: Dolan Date: Tue, 19 Sep 2017 15:56:52 +0100 Subject: [PATCH] Remove template file and placed in the Wiki https://github.com/dolanmiu/docx/wiki/Contributing-Guidelines --- README.md | 4 ++++ ts/tests/_testTemplate.ts | 18 ------------------ 2 files changed, 4 insertions(+), 18 deletions(-) delete mode 100644 ts/tests/_testTemplate.ts 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 - }); - }); -});