Skip to content

Commit 007bf18

Browse files
Update src/core/prompts/sections/__tests__/custom-instructions.test.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
1 parent 053671e commit 007bf18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import fs from "fs/promises"
55
jest.mock("fs/promises")
66
const mockedFs = jest.mocked(fs)
77

8-
describe("safeReadFile", () => {
8+
describe("loadRuleFiles", () => {
99
beforeEach(() => {
1010
jest.clearAllMocks()
1111
})

0 commit comments

Comments
 (0)