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 = {