style: format.
This commit is contained in:
parent
ab6c56e55a
commit
9470aa8f8a
@ -10,4 +10,4 @@ db:
|
||||
username: fennec
|
||||
password:
|
||||
workspaces:
|
||||
root: '/Users/ivanli/Projects/fennec/workspaces'
|
||||
root: 'E:\Projects\demos\workspaces'
|
13
config.yml.example
Normal file
13
config.yml.example
Normal file
@ -0,0 +1,13 @@
|
||||
env: dev
|
||||
http:
|
||||
port: 7122
|
||||
|
||||
db:
|
||||
postgres:
|
||||
host: 192.168.31.194
|
||||
port: 5432
|
||||
database: fennec
|
||||
username: fennec
|
||||
password:
|
||||
workspaces:
|
||||
root: '/Users/ivanli/Projects/fennec/workspaces'
|
@ -12,7 +12,7 @@ describe('ReposResolver', () => {
|
||||
resolver = module.get<ReposResolver>(ReposResolver);
|
||||
});
|
||||
|
||||
it('should be defined', () => {
|
||||
it('should be defined', () => {
|
||||
expect(resolver).toBeDefined();
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user