[READ-ONLY] Mirror of https://github.com/flo-bit/atproto-notify.
0

Configure Feed

Select the types of activity you want to include in your feed.

atproto-notify / apps / relay / test / apply-migrations.ts
246 B 5 lines
1import { applyD1Migrations, env } from 'cloudflare:test'; 2 3// Runs once per test file (before the per-test storage isolation snapshot), so 4// every test sees a fully-migrated, empty database. 5await applyD1Migrations(env.DB, env.TEST_MIGRATIONS);