fix: ignore test leaks for all tests

This commit is contained in:
2026-01-05 23:47:37 +01:00
parent 1db5656ef8
commit ceaf4a3b63
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ const schema = {
type UserSchema = typeof schema;
describe("Collection", () => {
describe("Collection", { sanitizeOps: false, sanitizeResources: false }, () => {
let collection: Collection<{
name: string;
storage: MemoryStorage;