UNPKG

@dossierhq/integration-test

Version:

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

9 lines 653 B
/// <reference types="./SchemaTestSuite.d.ts" /> import { buildSuite } from '../Builder.js'; import { SchemaGetSchemaSpecificationSubSuite } from './SchemaGetSchemaSpecificationSubSuite.js'; import { SchemaUpdateSchemaSpecificationSubSuite } from './SchemaUpdateSchemaSpecificationSubSuite.js'; import { ServerProcessNextDirtyEntitySubSuite } from './ServerProcessNextDirtyEntitySubSuite.js'; export function createSchemaTestSuite(initializer) { return buildSuite(initializer, ...SchemaGetSchemaSpecificationSubSuite, ...SchemaUpdateSchemaSpecificationSubSuite, ...ServerProcessNextDirtyEntitySubSuite); } //# sourceMappingURL=SchemaTestSuite.js.map