From f4c7aac5b88e1683b172bfa3f2f7d5ab928543cb Mon Sep 17 00:00:00 2001 From: Affaan Mustafa Date: Sun, 12 Apr 2026 22:51:03 -0700 Subject: [PATCH] fix: remove unused hook install test constant --- tests/scripts/install-apply.test.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/scripts/install-apply.test.js b/tests/scripts/install-apply.test.js index 7fb184f0..06cc6cbb 100644 --- a/tests/scripts/install-apply.test.js +++ b/tests/scripts/install-apply.test.js @@ -23,8 +23,6 @@ function readJson(filePath) { return JSON.parse(fs.readFileSync(filePath, 'utf8')); } -const REPO_ROOT = path.join(__dirname, '..', '..'); - function run(args = [], options = {}) { const homeDir = options.homeDir || process.env.HOME; const env = {