These are run from within isolated workerd runtimes (i.e. Miniflare 3) via
Cloudflare Workers Vitest integration.
npm run testThese require Docker, and are run with Testcontainers.
npm run pg-testRuns all tests, including Postgres-dependent Tests, from within the workerd runtime.
This requires a local Postgres instance (e.g. https://postgres.app).
TODO: Replace this requirement with Testcontainers.
npm run all-test