Browse Source

Update src/core/prompts/sections/__tests__/custom-instructions.test.ts

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Joe Manley 1 year ago
parent
commit
007bf18a90
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/core/prompts/sections/__tests__/custom-instructions.test.ts

+ 1 - 1
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()
 	})