fix: restore doctor sandbox warnings

This commit is contained in:
Peter Steinberger
2026-01-08 01:32:04 +01:00
parent 05b8679c8b
commit 3f1807b6cb
4 changed files with 53 additions and 5 deletions

View File

@@ -47,7 +47,6 @@ afterEach(() => {
const readConfigFileSnapshot = vi.fn();
const confirm = vi.fn().mockResolvedValue(true);
const note = vi.fn();
const select = vi.fn().mockResolvedValue("node");
const note = vi.fn();
const writeConfigFile = vi.fn().mockResolvedValue(undefined);