Select the types of activity you want to include in your feed.
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);