We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b719d2a commit 4ad1d02Copy full SHA for 4ad1d02
test/unit/node/heart.test.ts
@@ -1,5 +1,5 @@
1
import { logger } from "@coder/logger"
2
-import { readFile, writeFile, stat, open, utimes } from "fs/promises"
+import { readFile, writeFile, stat, utimes } from "fs/promises"
3
import { Heart, heartbeatTimer } from "../../../src/node/heart"
4
import { clean, mockLogger, tmpdir } from "../../utils/helpers"
5
0 commit comments