repro: restore writeFileSync and fix hook blocking test

This commit is contained in:
Taylor Mullen
2026-02-10 16:06:03 -08:00
parent efab27e67b
commit 1780234b13
@@ -7,6 +7,7 @@
import { describe, it, expect, beforeEach, afterEach } from 'vitest';
import { TestRig, normalizePath } from './test-helper.js';
import { join } from 'node:path';
import { writeFileSync } from 'node:fs';
describe('Hooks Agent Flow', () => {
let rig: TestRig;