Updated unit test
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2020-03-13 08:47:41 +01:00
parent f8c69306f4
commit 2d755c9094
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;