Add schemas to config

This commit is contained in:
anon
2019-04-15 14:17:33 -04:00
parent 0f425ac76b
commit f99e397699
10 changed files with 42 additions and 17 deletions
+2 -1
View File
@@ -33,7 +33,8 @@ describe('parseConfig', () => {
const databaseConfig = parseConfig(
readCallback, tomlParseCallback, configPath);
expect(databaseConfig.host).toEqual('postgres://user:password@example.com:1234');
expect(databaseConfig.host)
.toEqual('postgres://user:password@example.com:1234');
});
it('provides the database name', () => {