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 0 additions and 2 deletions
Showing only changes of commit 1e0d444e85 - Show all commits

View File

@ -49,8 +49,6 @@ describe.only('EditForm', () => {
expect(payload.newValue).toEqual(newValue);
expect(payload.lines).toEqual(expect.arrayContaining(mockRows));
console.log('payload.lines', payload.lines);
console.log('mockRows', expect.arrayContaining(mockRows));
expect(vm.isLoading).toEqual(false);
});