10 lines
179 B
TypeScript
Raw Normal View History

2015-05-26 09:25:39 -07:00
/*
* Runs compiler tests using in-browser DOM adapter.
*/
import {runCompilerCommonTests} from './compiler_common_tests';
export function main() {
runCompilerCommonTests();
}