test: refs #7052 remove .only from EditTableCellValueForm test suite
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Javi Gallego 2024-12-30 08:55:00 +01:00
parent 1e0d444e85
commit 55ab9fea3e
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import { vi, afterEach, beforeAll, describe, expect, it } from 'vitest';
const fieldA = 'fieldA';
const fieldB = 'fieldB';
describe.only('EditForm', () => {
describe('EditForm', () => {
let vm;
const mockRows = [
{ id: 1, itemFk: 101 },