import {describe, id} from 'test_lib/test_lib'; import {Compiler} from './compiler'; export function main() { describe('compiler', () => { it('should hello', () => { print('I am working'); }); }); }