function setStorageConfigForTest
setStorageConfigForTest(config: StorageConfig | null): void

Test-only: set the suite-level storage config that describeWithEnv's storage option applies. A directly-exported named function (not an export {} list, which the test-hook scanner does not detect, nor a module-level alias) so it is visible to and registered in ALLOWED_TEST_HOOKS (test/lib/code-quality.test.ts), alongside runWithStorageConfig.

Parameters

config: StorageConfig | null

Return Type

void

Usage

import { setStorageConfigForTest } from "doc.ts";