Skip to content

Commit 4ad1d02

Browse files
author
Joe Previte
committed
fixup!: remove import
1 parent b719d2a commit 4ad1d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/node/heart.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { logger } from "@coder/logger"
2-
import { readFile, writeFile, stat, open, utimes } from "fs/promises"
2+
import { readFile, writeFile, stat, utimes } from "fs/promises"
33
import { Heart, heartbeatTimer } from "../../../src/node/heart"
44
import { clean, mockLogger, tmpdir } from "../../utils/helpers"
55

0 commit comments

Comments
 (0)