mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-20 21:23:23 +00:00
test: silence warning filter stderr
This commit is contained in:
@@ -19,6 +19,7 @@ async function flushWarnings(): Promise<void> {
|
||||
describe("warning filter", () => {
|
||||
beforeEach(() => {
|
||||
resetWarningFilterInstallState();
|
||||
vi.spyOn(process.stderr, "write").mockImplementation(() => true);
|
||||
});
|
||||
|
||||
afterEach(() => {
|
||||
|
||||
Reference in New Issue
Block a user