We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 053671e commit 007bf18Copy full SHA for 007bf18
src/core/prompts/sections/__tests__/custom-instructions.test.ts
@@ -5,7 +5,7 @@ import fs from "fs/promises"
5
jest.mock("fs/promises")
6
const mockedFs = jest.mocked(fs)
7
8
-describe("safeReadFile", () => {
+describe("loadRuleFiles", () => {
9
beforeEach(() => {
10
jest.clearAllMocks()
11
})
0 commit comments