Skip to content

Commit 5901190

Browse files
committed
fix a typescript error
1 parent 02cc5f2 commit 5901190

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/packages/file-server/conat/test/local-path.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,6 @@ describe("use all the standard api functions of fs", () => {
217217

218218
it("sets times of a file", async () => {
219219
await fs.writeFile("my-times", "");
220-
const statsBefore = await fs.stat("my-times");
221220
const atime = Date.now() - 100_000;
222221
const mtime = Date.now() - 10_000_000;
223222
// NOTE: fs.utimes in nodejs takes *seconds*, not ms, hence

0 commit comments

Comments
 (0)