test: refs #7052 add unit tests for EditTableCellValueForm component #1104

Merged
jgallego merged 6 commits from 7052-testEditTableCellValueForm into dev 2024-12-30 13:37:11 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 55ab9fea3e - Show all commits

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 },