Skip to content

Commit 78875d5

Browse files
committed
chore(typings): add router_spec to test.typings
Closes angular#4651
1 parent 45b33c5 commit 78875d5

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ gulp.task('!pre.test.typings.layoutNodeModule', ['build.js.cjs'], function() {
800800
});
801801
gulp.task('!pre.test.typings.copyTypingsSpec', function() {
802802
return gulp
803-
.src(['typing_spec/basic_spec.ts'], {base: 'typing_spec'})
803+
.src(['typing_spec/*.ts'], {base: 'typing_spec'})
804804
.pipe(gulp.dest(path.join(tmpdir)));
805805
});
806806
gulp.task('test.typings', [

typing_spec/router_spec.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
///<reference path="../dist/docs/typings/angular2/angular2.d.ts"/>
2-
///<reference path="../dist/docs/typings/angular2/router.d.ts"/>
3-
41
import {Component, bootstrap, View} from 'angular2/angular2';
52
import {RouteConfig, ROUTER_DIRECTIVES, ROUTER_PROVIDERS} from 'angular2/router';
63

0 commit comments

Comments
 (0)