angular-docs-cn/tools/js2dart/run_specs.dart

8 lines
165 B
Dart

// Note: need this file here so that we can use the packages
// in the main folder...
import './build/spec/runner.dart' as runner;
void main() {
runner.main();
}