feat: #7078 created test for VnJsonValue #1168
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#1168
Loading…
Reference in New Issue
No description provided.
Delete Branch "7078-testVnJsonValue"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -0,0 +1,87 @@
import { mount } from '@vue/test-utils';
porque usar mount y no el estandard que tenemos?
arreglado
@ -0,0 +8,4 @@
});
};
describe('VnJsonValue', () => {
Y si el objeto que le pasamos es un array, debería haber un caso de uso que lo contemple, no?
añadido