removed unused fdescribed
This commit is contained in:
parent
b9c4277f17
commit
ae4203ed36
|
@ -1,7 +1,7 @@
|
||||||
import './index';
|
import './index';
|
||||||
import {watcher} from '../../../helpers/watcherHelper';
|
import {watcher} from '../../../helpers/watcherHelper';
|
||||||
|
|
||||||
fdescribe('Client', () => {
|
describe('Client', () => {
|
||||||
describe('Component vnClientBillingData', () => {
|
describe('Component vnClientBillingData', () => {
|
||||||
let $componentController;
|
let $componentController;
|
||||||
let $httpBackend;
|
let $httpBackend;
|
||||||
|
|
Loading…
Reference in New Issue