refactor: move integration tests to tests/ directory

- Create tests/ directory for integration/manual test scripts
- Move test-mcp.mjs, test-real-video.mjs, test-bilibili.mjs to tests/
- Keep unit tests in src/__tests__/ (Jest convention)
- Update CHANGELOG.md
This commit is contained in:
kevinwatt 2025-12-16 04:36:55 +08:00
parent 6fa13c1204
commit d7f5ec0f62
4 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed ### Changed
- Add Claude Code settings (.claude/, CLAUDE.md) to .gitignore - Add Claude Code settings (.claude/, CLAUDE.md) to .gitignore
- Add development guideline to always update CHANGELOG.md - Add development guideline to always update CHANGELOG.md
- Move integration test scripts to `tests/` directory for cleaner root
--- ---