- 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/)
19 lines
394 B
Markdown
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
|
|
```
|