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