UNPKG

@dossierhq/integration-test

Version:

Integration test to ensure that different Dossier database adapters work as expected.

4 lines (3 loc) 231 B
import type { UnboundTestFunction } from '../Builder.js'; import type { AdvisoryLockTestContext } from './AdvisoryLockTestSuite.js'; export declare const AdvisoryLockAcquireSubSuite: UnboundTestFunction<AdvisoryLockTestContext>[];