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());