Skip to content

Remove unnecessary test nop commands#12

Merged
MarcosBrendonDePaula merged 1 commit intomainfrom
claude/remove-nop-test-commands-011CUxz6SBGHVnn2Yto3DEd5
Nov 9, 2025
Merged

Remove unnecessary test nop commands#12
MarcosBrendonDePaula merged 1 commit intomainfrom
claude/remove-nop-test-commands-011CUxz6SBGHVnn2Yto3DEd5

Conversation

@MarcosBrendonDePaula
Copy link
Copy Markdown
Collaborator

Cleaned up package.json by removing 9 redundant test commands:

  • test:run (redundant with 'test')
  • test:watch (vitest has watch by default)
  • test:live* (4 specific commands not in use)
  • test:config* (3 specific commands not in use)

Kept only essential test commands:

  • test: basic vitest command
  • test:ui: visual debugging interface
  • test:coverage: code coverage analysis

Cleaned up package.json by removing 9 redundant test commands:
- test:run (redundant with 'test')
- test:watch (vitest has watch by default)
- test:live* (4 specific commands not in use)
- test:config* (3 specific commands not in use)

Kept only essential test commands:
- test: basic vitest command
- test:ui: visual debugging interface
- test:coverage: code coverage analysis
@MarcosBrendonDePaula MarcosBrendonDePaula merged commit d4c821e into main Nov 9, 2025
13 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants