removed unexpected fdescribe
gitea/salix/dev There was a failure building this commit Details

This commit is contained in:
Carlos Jimenez Ruiz 2019-03-14 08:29:35 +01:00
parent e8e2d8d8ff
commit b165f0d06b
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import './index.js';
import crudModel from 'core/mocks/crud-model';
fdescribe('Order', () => {
describe('Order', () => {
describe('Component vnCatalogFilter', () => {
let $scope;
let $state;