UNPKG

@dossierhq/integration-test

Version:

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

13 lines 972 B
/// <reference types="./index.d.ts" /> export { IntegrationTestSchema } from './IntegrationTestSchema.js'; export { createTestAuthorizationAdapter } from './TestAuthorizationAdapter.js'; export { createAdminEntityTestSuite } from './admin-entity/AdminEntityTestSuite.js'; export { createAdvisoryLockTestSuite } from './advisory-lock/AdvisoryLockTestSuite.js'; export { createAuthTestSuite } from './auth/AuthTestSuite.js'; export { createChangelogTestSuite } from './changelog/ChangelogTestSuite.js'; export { createPublishedEntityTestSuite } from './published-entity/PublishedEntityTestSuite.js'; export { createSchemaTestSuite } from './schema/SchemaTestSuite.js'; export { createReadOnlyEntityRepository, } from './shared-entity/ReadOnlyEntityRepository.js'; export { createDossierClientProvider, createSharedDossierClientProvider, } from './shared-entity/TestClients.js'; export { createSyncTestSuite } from './sync/SyncTestSuite.js'; //# sourceMappingURL=index.js.map