angular-cn/modules/angular2/test/render/dom/compiler/compiler_browser_spec.ts

10 lines
179 B
TypeScript
Raw Normal View History

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