Skip to content

Commit 5acd7d2

Browse files
committed
_
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 897711d commit 5acd7d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/extended.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ describe("extended", async () => {
4040
});
4141

4242
const content = await fs.readFile(path.join(tmpdir, `${schema.name}.ts`), {
43-
encoding: "utf-8",
43+
encoding: "utf8",
4444
});
4545

4646
expect(content).toMatchSnapshot();

0 commit comments

Comments
 (0)