mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 11:47:41 +00:00
test(core): continue mock reset reductions in auth, gateway, npm install
This commit is contained in:
@@ -12,7 +12,7 @@ describe("resolveTailnetDnsHint", () => {
|
||||
beforeEach(() => {
|
||||
prevTailnetDns.value = process.env.OPENCLAW_TAILNET_DNS;
|
||||
delete process.env.OPENCLAW_TAILNET_DNS;
|
||||
getTailnetHostname.mockReset();
|
||||
getTailnetHostname.mockClear();
|
||||
});
|
||||
|
||||
afterEach(() => {
|
||||
|
||||
Reference in New Issue
Block a user