Jarian Cottingham 2ce7ab14c9 chore: reorganize repo layout, remove dead files
- 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/)
2026-08-20 20:11:57 +00:00

19 lines
394 B
Markdown

# 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:
```bash
node tests/legacy/test-audit.js
```
The canonical test suite is:
```bash
npm test
```