mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-29 01:52:04 +00:00
test(core): trim redundant test resets and use mockClear
This commit is contained in:
@@ -54,7 +54,7 @@ function setRegistry(entries: MockRegistryToolEntry[]) {
|
||||
|
||||
describe("resolvePluginTools optional tools", () => {
|
||||
beforeEach(() => {
|
||||
loadOpenClawPluginsMock.mockReset();
|
||||
loadOpenClawPluginsMock.mockClear();
|
||||
});
|
||||
|
||||
it("skips optional tools without explicit allowlist", () => {
|
||||
|
||||
Reference in New Issue
Block a user