Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/store-sqlite / connection / _resetDriverCacheForTesting
Function: _resetDriverCacheForTesting()
ts
function _resetDriverCacheForTesting(): void;Defined in: packages/store-sqlite/src/connection.ts:188
Internal
Test-only helper. Drops cached driver / loader handles so the next openConnection(...) call resolves them again.
Returns
void