diff --git a/src/core/prompts/sections/__tests__/custom-instructions.test.ts b/src/core/prompts/sections/__tests__/custom-instructions.test.ts index e590a5ca3b..76e7d2a971 100644 --- a/src/core/prompts/sections/__tests__/custom-instructions.test.ts +++ b/src/core/prompts/sections/__tests__/custom-instructions.test.ts @@ -5,7 +5,7 @@ import fs from "fs/promises" jest.mock("fs/promises") const mockedFs = jest.mocked(fs) -describe("safeReadFile", () => { +describe("loadRuleFiles", () => { beforeEach(() => { jest.clearAllMocks() })