Skip to content

Commit f63de45

Browse files
test: debug
1 parent 99e67f6 commit f63de45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/build/cache/cache.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
const fs = require("node:fs");
44
const path = require("node:path");
5-
const { processKill, run, runWatch } = require("../../utils/test-utils");
5+
const { run, runWatch } = require("../../utils/test-utils");
66

77
describe("cache", () => {
88
it("should work", async () => {
@@ -241,7 +241,7 @@ describe("cache", () => {
241241
stdout += data;
242242

243243
if (data.includes("app.bundle.js")) {
244-
processKill(proc);
244+
proc.kill();
245245
}
246246
});
247247
},

0 commit comments

Comments
 (0)