removed fdescribe
gitea/salix/2064-catalog_refactor This commit looks good Details

This commit is contained in:
Joan Sanchez 2020-01-30 14:35:21 +01:00
parent 8f851d5c15
commit 43693c35ad
1 changed files with 1 additions and 1 deletions

View File

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