angular-cn/modules/core/test/compiler/compiler_spec.js

11 lines
218 B
JavaScript
Raw Normal View History

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