(workDir: string)
| 6 | import { getTestDbProvider } from '@zenstackhq/testtools'; |
| 7 | |
| 8 | const getSchema = (workDir: string) => fs.readFileSync(path.join(workDir, 'zenstack/schema.zmodel')).toString(); |
| 9 | |
| 10 | describe('DB pull - Common features (all providers)', () => { |
| 11 | describe('Pull from zero - restore complete schema from database', () => { |
no test coverage detected