From c55f82c425fefc90816b6a2c9a04a909ec91e083 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Mendon=C3=A7a?= Date: Mon, 3 Sep 2018 10:48:50 -0300 Subject: [PATCH] test improvment --- src/file/table-of-contents/table-of-contents.spec.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/file/table-of-contents/table-of-contents.spec.ts b/src/file/table-of-contents/table-of-contents.spec.ts index b437656c48..8e6016de00 100644 --- a/src/file/table-of-contents/table-of-contents.spec.ts +++ b/src/file/table-of-contents/table-of-contents.spec.ts @@ -8,6 +8,13 @@ const DEFAULT_TOC = { { "w:pPr": [], }, + { + "w:r": [ + { + "w:fldChar": [], + }, + ], + }, ], };