7 lines
179 B
TypeScript
7 lines
179 B
TypeScript
|
describe('main app', () => {
|
||
|
it('should parse command line arguments');
|
||
|
it('should load config from file');
|
||
|
it('should create a remote');
|
||
|
it('should fail on errors');
|
||
|
});
|