From 007bf18a90e0d673d570133f8f352870c6757b81 Mon Sep 17 00:00:00 2001 From: Joe Manley Date: Thu, 20 Feb 2025 12:52:43 -0800 Subject: [PATCH] Update src/core/prompts/sections/__tests__/custom-instructions.test.ts Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> --- src/core/prompts/sections/__tests__/custom-instructions.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() })