removed focus on describe
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Carlos Jimenez Ruiz 2022-02-15 13:46:25 +01:00
parent 71875070e8
commit 401174b27a
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('Item', () => {
describe('Item', () => {
describe('Component vnItemWasteIndex', () => {
let $scope;
let controller;