From 601d0e28defb8adccb003ca94fa51a8f59ee53ca Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Sat, 10 Oct 2015 09:45:04 -0700 Subject: [PATCH] chore(typings): add router_spec to test.typings --- gulpfile.js | 2 +- typing_spec/router_spec.ts | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index d1ca01e930ef..214068ca2d4c 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 153fddf6874e..af99f8f7de36 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';