diff --git a/gulpfile.js b/gulpfile.js index d1ca01e930..214068ca2d 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -800,7 +800,7 @@ gulp.task('!pre.test.typings.layoutNodeModule', ['build.js.cjs'], function() { }); gulp.task('!pre.test.typings.copyTypingsSpec', function() { return gulp - .src(['typing_spec/basic_spec.ts'], {base: 'typing_spec'}) + .src(['typing_spec/*.ts'], {base: 'typing_spec'}) .pipe(gulp.dest(path.join(tmpdir))); }); gulp.task('test.typings', [ diff --git a/typing_spec/router_spec.ts b/typing_spec/router_spec.ts index 153fddf687..af99f8f7de 100644 --- a/typing_spec/router_spec.ts +++ b/typing_spec/router_spec.ts @@ -1,6 +1,3 @@ -/// -/// - import {Component, bootstrap, View} from 'angular2/angular2'; import {RouteConfig, ROUTER_DIRECTIVES, ROUTER_PROVIDERS} from 'angular2/router';