Skip to content

Instantly share code, notes, and snippets.

View fallenbagel's full-sized avatar
😮‍💨
procrastinating

fallenbagel

😮‍💨
procrastinating
View GitHub Profile
@fallenbagel
fallenbagel / watchlistsync.test.ts
Created April 19, 2026 14:24
Regression test file for https://github.com/seerr-team/seerr/pull/2911 in case we need it later
import assert from 'node:assert/strict';
import { beforeEach, describe, it, mock } from 'node:test';
import {
MediaRequestStatus,
MediaStatus,
MediaType,
} from '@server/constants/media';
import { getRepository } from '@server/datasource';
import Media from '@server/entity/Media';