Add counter to footnotes

This commit is contained in:
Dolan Miu
2018-06-30 23:50:02 +01:00
parent e5fae3af64
commit b8934c68f2
2 changed files with 22 additions and 12 deletions

View File

@ -3,7 +3,6 @@ import { Formatter } from "../../../export/formatter";
import { Footnote, FootnoteType } from "./footnote";
describe("Footnote", () => {
describe("#constructor", () => {
it("should create a footnote with a footnote type", () => {
const footnote = new Footnote(1, FootnoteType.SEPERATOR);