Skip to content

Commit 014bffe

Browse files
committed
fix(ci): satisfy lint checks
1 parent ceed0c6 commit 014bffe

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

packages/server/src/git/cli.windows.test.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ describe("runGit windows child-process options", () => {
3636
}
3737
);
3838

39-
await expect(runGit("/tmp/worktree", ["status"])).resolves.toEqual({ stdout: "ok", stderr: "" });
39+
await expect(runGit("/tmp/worktree", ["status"])).resolves.toEqual({
40+
stdout: "ok",
41+
stderr: "",
42+
});
4043

4144
expect(execFileMock).toHaveBeenCalledWith(
4245
"git",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export { useViewport } from "../components/ui/_internal/use-viewport";
21
export type { Viewport } from "../components/ui/_internal/use-viewport";
2+
export { useViewport } from "../components/ui/_internal/use-viewport";

0 commit comments

Comments
 (0)