diff --git a/test/pure_ext/excel.test.ts b/test/pure_ext/excel.test.ts index 68ac57d..09b2939 100644 --- a/test/pure_ext/excel.test.ts +++ b/test/pure_ext/excel.test.ts @@ -17,7 +17,11 @@ const sample2:RawWorkBook = { t: "s", v: "foo", h: "foo", - w: "foo" + w: "foo", + z: "General", + s: { + patternType: "none" + } }] ] }