4 lines
78 B
TypeScript
4 lines
78 B
TypeScript
describe('CLI', () => {
|
|
it('compiles this file and runs it', () => {});
|
|
});
|