()
| 51 | } |
| 52 | |
| 53 | export function createTableServerForTestHttps(): TableServer { |
| 54 | return new TableTestServerFactory().createServer({ |
| 55 | metadataDBPath: metadataDbPath, |
| 56 | enableDebugLog: enableDebugLog, |
| 57 | debugLogFilePath: debugLogPath, |
| 58 | loose: false, |
| 59 | skipApiVersionCheck: true, |
| 60 | https: true |
| 61 | }); |
| 62 | } |
| 63 | |
| 64 | /** |
| 65 | * Creates a copy of the legacy schema database to use in tests |
no test coverage detected
searching dependent graphs…