Skip to content
Snippets Groups Projects
Commit 49ed038e authored by VIktorGrev's avatar VIktorGrev
Browse files

feat: Adding test to BaseInput

parent 3e0c5567
Branches feature/userprofile-for-foreign-users
No related tags found
1 merge request!36Test/components
...@@ -18,6 +18,4 @@ describe('InputField.vue', () => { ...@@ -18,6 +18,4 @@ describe('InputField.vue', () => {
expect(wrapper.emitted().inputChangeEvent).toBeTruthy(); expect(wrapper.emitted().inputChangeEvent).toBeTruthy();
expect(wrapper.emitted().inputChangeEvent[0]).toEqual(['Test Value']); expect(wrapper.emitted().inputChangeEvent[0]).toEqual(['Test Value']);
}); });
// Add more test cases for other functionalities as needed
}); });
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment