From cdd3527e251f96eb0527162b156ad839286fcd97 Mon Sep 17 00:00:00 2001 From: Dheepak Krishnamurthy <1813121+kdheepak@users.noreply.github.com> Date: Tue, 22 Jul 2025 18:13:32 -0400 Subject: [PATCH] feat(tests): replace MINRC with init.lua for lazygit.nvim testing --- .github/ISSUE_TEMPLATE/bug_report.md | 5 +++- tests/MINRC | 22 -------------- tests/init.lua | 43 ++++++++++++++++++++++++++++ 3 files changed, 47 insertions(+), 23 deletions(-) delete mode 100644 tests/MINRC create mode 100644 tests/init.lua diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index fc1a92a..54813eb 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -13,9 +13,12 @@ assignees: '' **To Reproduce** -Here are the steps to reproduce the behavior using [MINRC](../blob/master/tests/MINRC): +Here are the steps to reproduce the behavior using [init.lua](../blob/main/tests/init.lua):