#7056 update route meta information and add FormModel tests #1122
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#1122
Loading…
Reference in New Issue
No description provided.
Delete Branch "7056-formModelTest"
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?
feat: refs #7056 update route meta information and add FormModel teststo WIP: feat: refs #7056 update route meta information and add FormModel testsWIP: feat: refs #7056 update route meta information and add FormModel teststo #7056 update route meta information and add FormModel tests@ -0,0 +9,4 @@
describe('modelValue', () => {
it('should use the provided model', () => {
const { vm } = mount({ propsData: { model: 'mockModel' } });
mockModel? Porque no usar la variable model?
@ -0,0 +10,4 @@
describe('modelValue', () => {
it('should use the provided model', () => {
const { vm } = mount({ propsData: { model: 'mockModel' } });
expect(vm.modelValue).toBe('mockModel');
mockModel? Porque no usar la variable model?
mockVal y newVal podrían ser constantes, pero bueno, tampoco lo veo mal