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:
Joe Manley 2025-02-20 12:52:43 -08:00 committed by GitHub
parent 053671e235
commit 007bf18a90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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()
})