table of contents extending paragraph

This commit is contained in:
Sergio Mendonça
2018-08-31 10:22:40 -03:00
parent 8d83219bb6
commit d1044d262e
2 changed files with 11 additions and 16 deletions

View File

@ -4,15 +4,11 @@ import { Formatter } from "../../export/formatter";
import { TableOfContents } from "./";
const DEFAULT_TOC = {
"w:std": {
"w:sdtPr": {},
"w:sdtEndPr": {},
"w:sdtContent": {
"w:p": {
"w:pPr": {},
},
"w:p": [
{
"w:pPr": [],
},
},
],
};
describe("Table of Contents", () => {