fix: remove unused hook install test constant

This commit is contained in:
Affaan Mustafa
2026-04-12 22:51:03 -07:00
parent b749f5d772
commit f4c7aac5b8

View File

@@ -23,8 +23,6 @@ function readJson(filePath) {
return JSON.parse(fs.readFileSync(filePath, 'utf8')); return JSON.parse(fs.readFileSync(filePath, 'utf8'));
} }
const REPO_ROOT = path.join(__dirname, '..', '..');
function run(args = [], options = {}) { function run(args = [], options = {}) {
const homeDir = options.homeDir || process.env.HOME; const homeDir = options.homeDir || process.env.HOME;
const env = { const env = {