forked from cerc-io/ipld-eth-server
Add schemas to config
This commit is contained in:
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user