(schemas: MultipleSchemas)
| 4 | import { MigrateTypes } from '../migrateTypes' |
| 5 | |
| 6 | export function toSchemasContainer(schemas: MultipleSchemas): MigrateTypes.SchemasContainer { |
| 7 | return { |
| 8 | files: multipleSchemasToSchemaContainers(schemas), |
| 9 | } |
| 10 | } |
| 11 | |
| 12 | export function toSchemasWithConfigDir( |
| 13 | schemaContext: SchemaContext, |
no test coverage detected