mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-08 22:21:23 +00:00
Update src/core/prompts/sections/__tests__/custom-instructions.test.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
This commit is contained in:
parent
053671e235
commit
007bf18a90
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue