SIGN IN SIGN UP
payloadcms / payload UNCLAIMED

Payload is the open-source, fullstack Next.js framework, giving you instant backend superpowers. Get a full TypeScript backend and admin panel instantly. Use Payload as a headless CMS or for building powerful applications.

0 0 16 TypeScript

test: speed up mongo test resets by preserving indexes (#14861)

MongoDB test resets (clearAndSeedEverything) were taking 4-5s because we
were dropping the entire database and recreating indexes every time. Now
we just delete documents (like Postgres does), which preserves indexes
and makes consecutive test runs much faster.
A
Alessio Gravili committed
d97a822bae8a4e2d0450a5f2ef0004cbaef6bb8c
Parent: 8c5c1fb
Committed by GitHub <noreply@github.com> on 12/8/2025, 7:55:26 PM