mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
feat: Allow multiple configurations to be used during startup
This commit is contained in:
@@ -29,7 +29,7 @@ describe('An instantiated CliResolver', (): void => {
|
||||
'-s', 's',
|
||||
'-w', '2',
|
||||
]);
|
||||
expect(shorthand.config).toBe('c');
|
||||
expect(shorthand.config).toEqual([ 'c' ]);
|
||||
expect(shorthand.mainModulePath).toBe('m');
|
||||
expect(shorthand.loggingLevel).toBe('l');
|
||||
expect(shorthand.baseUrl).toBe('b');
|
||||
|
||||
Reference in New Issue
Block a user