chore: Fix types in tests 16/N.

This commit is contained in:
cpojer
2026-02-17 11:59:29 +09:00
parent a76a9c375f
commit 7bc783cb03
5 changed files with 71 additions and 37 deletions

View File

@@ -98,6 +98,7 @@ function makeRuntime() {
return {
log: vi.fn(),
error: vi.fn(),
exit: vi.fn(),
};
}