fix(ticket_sale): front test
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Vicent Llopis 2021-12-21 15:00:06 +01:00
parent bdb42437ae
commit 19e50d2156
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;