From ae4203ed364ce30486bfd9fb941946783b2c8983 Mon Sep 17 00:00:00 2001 From: Carlos Jimenez <=> Date: Wed, 7 Nov 2018 13:04:16 +0100 Subject: [PATCH] removed unused fdescribed --- client/client/src/billing-data/index.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/client/src/billing-data/index.spec.js b/client/client/src/billing-data/index.spec.js index 141afcf08..57b66726a 100644 --- a/client/client/src/billing-data/index.spec.js +++ b/client/client/src/billing-data/index.spec.js @@ -1,7 +1,7 @@ import './index'; import {watcher} from '../../../helpers/watcherHelper'; -fdescribe('Client', () => { +describe('Client', () => { describe('Component vnClientBillingData', () => { let $componentController; let $httpBackend;