Skip to content

Commit b85296c

Browse files
committed
dofs: Organize readdir test imports
Keep the new pagination tests compliant with the repository-wide Biome import ordering check.
1 parent b4ac84f commit b85296c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/dofs/src/fs/readdir.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ import { withDB } from "./with-db.js";
66
import {
77
openWriteBufferForCreateSync,
88
releaseWriteBufferSync,
9+
writeFile,
910
writeRangeSync,
1011
} from "./writeFile.js";
11-
import { writeFile } from "./writeFile.js";
1212

1313
describe("readdir", () => {
1414
it("returns an empty array for an empty directory", async () => {

0 commit comments

Comments
 (0)