aboutsummaryrefslogtreecommitdiff
path: root/test/bun.js/hot.test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'test/bun.js/hot.test.ts')
-rw-r--r--test/bun.js/hot.test.ts8
1 files changed, 1 insertions, 7 deletions
diff --git a/test/bun.js/hot.test.ts b/test/bun.js/hot.test.ts
index 97dff6d91..174515507 100644
--- a/test/bun.js/hot.test.ts
+++ b/test/bun.js/hot.test.ts
@@ -2,13 +2,7 @@ import { spawn } from "bun";
import { expect, it } from "bun:test";
import { bunEnv } from "bunEnv";
import { bunExe } from "bunExe";
-import {
- readFileSync,
- renameSync,
- rmSync,
- unlinkSync,
- writeFileSync,
-} from "fs";
+import { readFileSync, renameSync, rmSync, unlinkSync, writeFileSync } from "fs";
it("should hot reload when file is overwritten", async () => {
const root = import.meta.dir + "/hot-runner.js";