From 01111a11224e72174a63c2c7773276812ddf73c8 Mon Sep 17 00:00:00 2001 From: vsavkin Date: Fri, 20 May 2016 13:55:17 -0700 Subject: [PATCH] cleanup: removes a fake test --- modules/@angular/router/test/router.spec.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/modules/@angular/router/test/router.spec.ts b/modules/@angular/router/test/router.spec.ts index e149bda8ef..7849ac34cf 100644 --- a/modules/@angular/router/test/router.spec.ts +++ b/modules/@angular/router/test/router.spec.ts @@ -1,7 +1,4 @@ -import {X} from '../src/router'; - -describe("Test", () => { +describe("Integration", () => { it("test", () => { - expect(X).toEqual(5); }); });