Skip to content

Commit ff58806

Browse files
[autofix.ci] apply automated fixes
1 parent 1bdf3f1 commit ff58806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/bake/dev/vim-file-swap.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { expect } from "bun:test";
2+
import { isWindows } from "harness";
23
import * as fs from "node:fs";
34
import * as path from "node:path";
45
import { devTest } from "../bake-harness";
5-
import { isWindows } from "harness";
66

77
// skip on windows due to EPERM issues since we use libuv for uv_fs_rename and
88
// it doesn't appaer to use posix semantics

0 commit comments

Comments
 (0)