1
0
Fork 0
cautious-journey/test/TestMain.ts

7 lines
179 B
TypeScript
Raw Normal View History

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');
});