Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
@@ -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()
})