Skip to content

Commit

Permalink
fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
dojyorin committed Feb 1, 2024
1 parent a7fd657 commit 75ee7c1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/pure_ext/excel.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ const sample2:RawWorkBook = {
t: "s",
v: "foo",
h: "foo",
w: "foo"
w: "foo",
z: "General",
s: {
patternType: "none"
}
}]
]
}
Expand Down

0 comments on commit 75ee7c1

Please sign in to comment.