eliminado focus
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Vicent Llopis 2023-05-11 10:18:02 +02:00
parent 90b844062d
commit 2ed99426ef
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import './index.js';
import watcher from 'core/mocks/watcher';
import crudModel from 'core/mocks/crud-model';
fdescribe('Ticket', () => {
describe('Ticket', () => {
describe('Component vnTicketSale', () => {
let controller;
let $scope;