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

@ -66,6 +66,10 @@ exporter.pack('My First Document');
## Examples ## Examples
Check [the Wiki](https://github.com/dolanmiu/docx/wiki/Examples) for 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 💖 Made with 💖

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
});
});
});