refactor: refs #7052 remove unnecessary console logs from EditTableCellValueForm tests
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
53c1040cd8
commit
1e0d444e85
|
@ -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);
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue