From 563334e2c9a90c4577efdb48b60c8948955951a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mi=C5=A1ko=20Hevery?= Date: Fri, 10 Feb 2017 18:48:04 -0600 Subject: [PATCH] ci: remove left over fdescribe --- modules/@angular/platform-server/test/integration_spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/@angular/platform-server/test/integration_spec.ts b/modules/@angular/platform-server/test/integration_spec.ts index 9819ca6917..319e899566 100644 --- a/modules/@angular/platform-server/test/integration_spec.ts +++ b/modules/@angular/platform-server/test/integration_spec.ts @@ -32,7 +32,7 @@ class ExampleModule { export function main() { if (getDOM().supportsDOMEvents()) return; // NODE only - fdescribe('platform-server integration', () => { + describe('platform-server integration', () => { beforeEach(() => destroyPlatform()); afterEach(() => destroyPlatform());