fix: restore doctor sandbox warnings
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user