Skip to content

Commit

Permalink
make format
Browse files Browse the repository at this point in the history
  • Loading branch information
timostamm committed Dec 7, 2023
1 parent 9c1ecf6 commit d56bd4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/protoplugin-test/src/keep_empty_files.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ describe("keep_empty_files", () => {
f.exportDecl("foo", "bar");
},
);
expect(lines).toBeUndefined();
expect(fileCount).toBe(0);
expect(lines).toBeUndefined();
expect(fileCount).toBe(0);
},
);
test.each(["js", "ts", "dts"])(
Expand Down

0 comments on commit d56bd4e

Please sign in to comment.