Skip to content

Commit 1afa4ce

Browse files
committed
ts
1 parent 1dc6687 commit 1afa4ce

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/packages/file-server/btrfs/test/subvolume-stress.test.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
import { before, after, fs, sudo } from "./setup";
2-
import { readFile, writeFile, unlink } from "fs/promises";
1+
import { before, after, fs } from "./setup";
2+
import { writeFile } from "fs/promises";
33
import { join } from "path";
4-
import { wait } from "@cocalc/backend/conat/test/util";
5-
import { randomBytes } from "crypto";
64

75
beforeAll(before);
86
//const log = console.log;

0 commit comments

Comments
 (0)