import line from '..'; describe('LINE cli', () => { it('should exist', () => { expect(line).toBeDefined(); }); });