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

@@ -3,7 +3,7 @@ import { expect } from "expect";
import { IndexManager, type IndexSpec } from "../src/index/manager.ts";
describe("IndexManager", () => {
describe("IndexManager", { sanitizeOps: false, sanitizeResources: false }, () => {
type User = {
id: string;
email: string;