From 75ee7c112895fbc487b573fa9489f3eff91299e5 Mon Sep 17 00:00:00 2001 From: dojyorin Date: Thu, 1 Feb 2024 19:45:06 +0900 Subject: [PATCH] fix test. --- test/pure_ext/excel.test.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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" + } }] ] }