mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-02-17 03:43:08 +08:00
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:
@@ -7,8 +7,6 @@
|
||||
*/
|
||||
|
||||
const assert = require('assert');
|
||||
const path = require('path');
|
||||
|
||||
// Import the module
|
||||
const { SkillCreateOutput } = require('../../scripts/skill-create-output');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user