Remove template file and placed in the Wiki
https://github.com/dolanmiu/docx/wiki/Contributing-Guidelines
This commit is contained in:
@ -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 💖
|
||||||
|
@ -1,18 +0,0 @@
|
|||||||
/* tslint:disable */
|
|
||||||
import { assert } from "chai";
|
|
||||||
|
|
||||||
import { Utility } from "./utility";
|
|
||||||
/* tslint:enable */
|
|
||||||
|
|
||||||
describe("", () => {
|
|
||||||
|
|
||||||
beforeEach(() => {
|
|
||||||
// TODO
|
|
||||||
});
|
|
||||||
|
|
||||||
describe("#methodName()", () => {
|
|
||||||
it("should ", () => {
|
|
||||||
// TODO
|
|
||||||
});
|
|
||||||
});
|
|
||||||
});
|
|
Reference in New Issue
Block a user