Skip to content

Commit 078f3a0

Browse files
k1rd3rfsmorimoto
authored andcommitted
format
1 parent f92536e commit 078f3a0

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

tests/spec/modular/basic.test.ts

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,12 @@ describe("basic", async () => {
2929
encoding: "utf8",
3030
});
3131

32-
const dataContracts = await fs.readFile(path.join(tmpdir, "data-contracts.ts"), {
33-
encoding: "utf8",
34-
});
32+
const dataContracts = await fs.readFile(
33+
path.join(tmpdir, "data-contracts.ts"),
34+
{
35+
encoding: "utf8",
36+
},
37+
);
3538

3639
expect(api).toMatchSnapshot("api");
3740
expect(dataContracts).toMatchSnapshot("dataContracts");

0 commit comments

Comments
 (0)