fix: remove unused imports in test files (ESLint)

- validators.test.js: remove unused execSync (only execFileSync used)
- skill-create-output.test.js: remove unused path module
This commit is contained in:
Affaan Mustafa
2026-02-12 16:51:40 -08:00
parent a74d708f7f
commit 64796f99be
2 changed files with 1 additions and 3 deletions

View File

@@ -7,8 +7,6 @@
*/
const assert = require('assert');
const path = require('path');
// Import the module
const { SkillCreateOutput } = require('../../scripts/skill-create-output');