# 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 ```