From 8efffff626d54f0c8b61ce0f74cb0ba6ac4604d9 Mon Sep 17 00:00:00 2001 From: "Manu Mtz.-Almeida" Date: Tue, 6 Dec 2016 01:24:20 +0100 Subject: [PATCH] test(img): fixes typo --- src/components/img/test/img.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/img/test/img.spec.ts b/src/components/img/test/img.spec.ts index c8535981f79..e4a6945a094 100644 --- a/src/components/img/test/img.spec.ts +++ b/src/components/img/test/img.spec.ts @@ -6,7 +6,7 @@ import { mockContent, MockDomController, mockElementRef, mockPlatform, mockRende import { Platform } from '../../../platform/platform'; -fdescribe('Img', () => { +describe('Img', () => { describe('reset', () => {