test(core): satisfy lint in migration event mock
This commit is contained in:
parent
c424377d86
commit
227bb5dd4c
|
|
@ -13,7 +13,7 @@ vi.mock("../activity-events.js", () => ({
|
|||
vi.mock("node:child_process", async (importOriginal) => {
|
||||
const actual = await importOriginal();
|
||||
return {
|
||||
...(actual as typeof import("node:child_process")),
|
||||
...(actual as Record<string, unknown>),
|
||||
execSync: vi.fn(),
|
||||
};
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue