/** * Tests for generic testing utilities * * NOTE: TestEnvironment and builder tests have been moved to @olane/o-node/test * since those utilities now reside in o-node/test/helpers to break circular dependencies. * * This file tests generic utilities that remain in o-test: * - waitFor, ChunkCapture * - Assertions (assertSuccess, assertError, etc.) * - Mock factories * - Fixtures */ import 'dotenv/config'; //# sourceMappingURL=test-environment.spec.d.ts.map