8 lines
169 B
JavaScript
8 lines
169 B
JavaScript
import {describe, it} from 'test_lib/test_lib';
|
|
//import {Compiler} from 'core/compiler/compiler';
|
|
|
|
export function main() {
|
|
describe('compiler', function() {
|
|
});
|
|
}
|