- Move phase/plan docs into docs/ - Move legacy node:test files into tests/legacy/ with README - Remove .backup file, test audit artifacts, and unused AI prompt/skill files - Remove broken iOS GitHub workflows (reference missing MovieMapper-iOS/)
394 B
394 B
Legacy Tests
These node:test-based integration tests predate the vitest suite in
tests/. They exercise the Electron main process against real filesystem
paths and require a local ffmpeg installation plus a valid TVDB_API_KEY
for the TheTVDB integration tests.
Run individually:
node tests/legacy/test-audit.js
The canonical test suite is:
npm test