diff --git a/CHANGELOG.md b/CHANGELOG.md index e795354..7dad127 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Add Claude Code settings (.claude/, CLAUDE.md) to .gitignore - Add development guideline to always update CHANGELOG.md +- Move integration test scripts to `tests/` directory for cleaner root --- diff --git a/test-bilibili.mjs b/tests/test-bilibili.mjs similarity index 100% rename from test-bilibili.mjs rename to tests/test-bilibili.mjs diff --git a/test-mcp.mjs b/tests/test-mcp.mjs similarity index 100% rename from test-mcp.mjs rename to tests/test-mcp.mjs diff --git a/test-real-video.mjs b/tests/test-real-video.mjs similarity index 100% rename from test-real-video.mjs rename to tests/test-real-video.mjs